Html Css Color HEX #6809C9 Purple Heart

📋 copy color: '#6809C9'

red 104 ◦ green 9 ◦ blue 201

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

Shades of Purple Heart #6809C9

Tints of Purple Heart #6809C9

RGB

 RED value IS 104 (41.02% from 255) = 33.12%

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

 BLUE value IS 201 (78.91% from 255) = 64.01%

R = 33.12%
G = 2.87%
B = 64.01%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6809C9 (or 0x6809C9) is known color: Purple Heart. HEX triplet: 68, 09 and C9. RGB value is (104,9,201). Sum of RGB (Red+Green+Blue) = 104+9+201=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #6809C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6809C9 is #97F636. Grayscale: #3A3A3A. Windows color (decimal): -9958967 or 13175144. OLE color: 13175144.

HSL color Cylindrical-coordinate representation of color #6809C9: hue angle of 269.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6809C9 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 9 201 -
CMYK 0.48 0.96 0 0.21
HSL 269.69º 0.91% 0.41% -
HSV(B) 269.69º 0.96% 0.79% -
XYZ 16.35 7.36 55.82 -
YUV 59.29 207.97 159.89 -
System Red Green Blue C M Y K H S L
Decimal 104 9 201 0.48 0.96 0 0.21 269.69 0.91 0.41
Hex 68 9 C9 30 60 0 15 10E 5B 29
Octal 150 11 311 60 140 0 25 416 133 51
Binary 1101000 1001 11001001 110000 1100000 0 10101 100001110 1011011 101001

Color Harmonies of #6809C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6809C9

Black with #6809C9

Text Example


Text Example

White with #6809C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6809C9; }

 p { color: rgb(104,9,201); }

 H1.HeaderClassName
 {
   color: #6809C9;
 }
 .AnyTagClassName
 {
   color: #6809C9;
 }
</style>

background-color css

<style>
 a { background-color: #6809C9; }

 a { background-color: rgb(104,9,201); }

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

border-color css

<style>
 span { border-color: #6809C9; }

 span { border-color: rgb(104,9,201); }

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