Html Css Color HEX #6D0DCC Purple Heart

📋 copy color: '#6D0DCC'

red 109 ◦ green 13 ◦ blue 204

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

Shades of Purple Heart #6D0DCC

Tints of Purple Heart #6D0DCC

RGB

 RED value IS 109 (42.97% from 255) = 33.44%

 GREEN value IS 13 (5.47% from 255) = 3.99%

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 33.44%
G = 3.99%
B = 62.58%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D0DCC (or 0x6D0DCC) is known color: Purple Heart. HEX triplet: 6D, 0D and CC. RGB value is (109,13,204). Sum of RGB (Red+Green+Blue) = 109+13+204=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D0DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0DCC is #92F233. Grayscale: #3E3E3E. Windows color (decimal): -9630260 or 13372781. OLE color: 13372781.

HSL color Cylindrical-coordinate representation of color #6D0DCC: hue angle of 270.16º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0DCC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 13 204 -
CMYK 0.47 0.94 0 0.2
HSL 270.16º 0.88% 0.43% -
HSV(B) 270.16º 0.94% 0.8% -
XYZ 17.35 7.9 57.74 -
YUV 63.48 207.3 160.47 -
System Red Green Blue C M Y K H S L
Decimal 109 13 204 0.47 0.94 0 0.2 270.16 0.88 0.43
Hex 6D D CC 2F 5E 0 14 10E 58 2B
Octal 155 15 314 57 136 0 24 416 130 53
Binary 1101101 1101 11001100 101111 1011110 0 10100 100001110 1011000 101011

Color Harmonies of #6D0DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0DCC

Black with #6D0DCC

Text Example


Text Example

White with #6D0DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D0DCC; }

 p { color: rgb(109,13,204); }

 H1.HeaderClassName
 {
   color: #6D0DCC;
 }
 .AnyTagClassName
 {
   color: #6D0DCC;
 }
</style>

background-color css

<style>
 a { background-color: #6D0DCC; }

 a { background-color: rgb(109,13,204); }

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

border-color css

<style>
 span { border-color: #6D0DCC; }

 span { border-color: rgb(109,13,204); }

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