Html Css Color HEX #6609CF Purple Heart

📋 copy color: '#6609CF'

red 102 ◦ green 9 ◦ blue 207

#6609CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6609CF

Tints of Purple Heart #6609CF

RGB

 RED value IS 102 (40.23% from 255) = 32.08%

 GREEN value IS 9 (3.91% from 255) = 2.83%

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 32.08%
G = 2.83%
B = 65.09%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6609CF (or 0x6609CF) is known color: Purple Heart. HEX triplet: 66, 09 and CF. RGB value is (102,9,207). Sum of RGB (Red+Green+Blue) = 102+9+207=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #6609CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6609CF is #99F630. Grayscale: #3A3A3A. Windows color (decimal): -10090033 or 13568358. OLE color: 13568358.

HSL color Cylindrical-coordinate representation of color #6609CF: hue angle of 268.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6609CF is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 9 207 -
CMYK 0.51 0.96 0 0.19
HSL 268.18º 0.92% 0.42% -
HSV(B) 268.18º 0.96% 0.81% -
XYZ 16.84 7.53 59.6 -
YUV 59.38 211.31 158.4 -
System Red Green Blue C M Y K H S L
Decimal 102 9 207 0.51 0.96 0 0.19 268.18 0.92 0.42
Hex 66 9 CF 33 60 0 13 10C 5C 2A
Octal 146 11 317 63 140 0 23 414 134 52
Binary 1100110 1001 11001111 110011 1100000 0 10011 100001100 1011100 101010

Color Harmonies of #6609CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6609CF

Black with #6609CF

Text Example


Text Example

White with #6609CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6609CF;
 }
 .AnyTagClassName
 {
   color: #6609CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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