#6609C3

Color #6609C3 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6609C3

Tints of Purple Heart #6609C3

Color information

#6609C3 (or 0x6609C3) is unknown color: approx Purple Heart. HEX triplet: 66, 09 and C3. RGB value is (102,9,195). Sum of RGB (Red+Green+Blue) = 102+9+195=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 195 (76.56% from 255 or 63.73% from 306); Max value from RGB is 195 - color contains mainly: blue. Hex color #6609C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6609C3 is #99F63C. Grayscale: #393939. Windows color (decimal): -10090045 or 12781926. OLE color: 12781926.

HSL color Cylindrical-coordinate representation of color #6609C3: hue angle of 270º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6609C3 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1029195-
CMYK0.480.9500.24
HSL270º91.18%40%-
HSV(B)270º95.38%76.47%-
XYZ15.436.9652.16-
YUV58.01205.31159.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 2.94%
BLUE value IS 195 (76.56% from 255) = 63.73%
R=33.33%
G=2.94%
B=63.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10291950.480.9500.2427091.1840
Hex669C3305F01810e5b28
Octal146113036013703041613350
Binary110011010011100001111000010111110110001000011101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6609C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6609C3; }

 p { color: rgb(102,9,195); }

 H1.HeaderClassName
 {
   color: #6609C3;
 }
 .AnyTagClassName
 {
   color: #6609C3;
 }
</style>
background-color css

<style>
 a { background-color: #6609C3; }

 a { background-color: rgb(102,9,195); }

 div.DivClassName
 {
   background-color: #6609C3;
 }
 .BgClassName
 {
   background-color: #6609C3;
 }
</style>
border-color css

<style>
 span { border-color: #6609C3; }

 span { border-color: rgb(102,9,195); }

 td.TdClassName
 {
   border-color: #6609C3;
 }
 .TagClassName
 {
   border-color: #6609C3;
 }
</style>