Html Css Color HEX #6609B6 Purple Heart

📋 copy color: '#6609B6'

red 102 ◦ green 9 ◦ blue 182

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

Shades of Purple Heart #6609B6

Tints of Purple Heart #6609B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 62.12%

R = 34.81%
G = 3.07%
B = 62.12%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6609B6 (or 0x6609B6) is known color: Purple Heart. HEX triplet: 66, 09 and B6. RGB value is (102,9,182). Sum of RGB (Red+Green+Blue) = 102+9+182=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 182 (71.48% from 255 or 62.12% from 293); Max value from RGB is 182 - color contains mainly: blue. Hex color #6609B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6609B6 is #99F649. Grayscale: #373737. Windows color (decimal): -10090058 or 11929958. OLE color: 11929958.

HSL color Cylindrical-coordinate representation of color #6609B6: hue angle of 272.25º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6609B6 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 9 182 -
CMYK 0.44 0.95 0 0.29
HSL 272.25º 0.91% 0.37% -
HSV(B) 272.25º 0.95% 0.71% -
XYZ 14.02 6.4 44.75 -
YUV 56.53 198.81 160.43 -
System Red Green Blue C M Y K H S L
Decimal 102 9 182 0.44 0.95 0 0.29 272.25 0.91 0.37
Hex 66 9 B6 2C 5F 0 1D 110 5B 25
Octal 146 11 266 54 137 0 35 420 133 45
Binary 1100110 1001 10110110 101100 1011111 0 11101 100010000 1011011 100101

Color Harmonies of #6609B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6609B6

Black with #6609B6

Text Example


Text Example

White with #6609B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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