Html Css Color HEX #6D04C0 Purple Heart

📋 copy color: '#6D04C0'

red 109 ◦ green 4 ◦ blue 192

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

Shades of Purple Heart #6D04C0

Tints of Purple Heart #6D04C0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

 BLUE value IS 192 (75.39% from 255) = 62.95%

R = 35.74%
G = 1.31%
B = 62.95%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D04C0 (or 0x6D04C0) is known color: Purple Heart. HEX triplet: 6D, 04 and C0. RGB value is (109,4,192). Sum of RGB (Red+Green+Blue) = 109+4+192=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D04C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D04C0 is #92FB3F. Grayscale: #383838. Windows color (decimal): -9632576 or 12584045. OLE color: 12584045.

HSL color Cylindrical-coordinate representation of color #6D04C0: hue angle of 273.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D04C0 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 4 192 -
CMYK 0.43 0.98 0 0.25
HSL 273.51º 0.96% 0.38% -
HSV(B) 273.51º 0.98% 0.75% -
XYZ 15.86 7.14 50.41 -
YUV 56.83 204.29 165.21 -
System Red Green Blue C M Y K H S L
Decimal 109 4 192 0.43 0.98 0 0.25 273.51 0.96 0.38
Hex 6D 4 C0 2B 62 0 19 112 60 26
Octal 155 4 300 53 142 0 31 422 140 46
Binary 1101101 100 11000000 101011 1100010 0 11001 100010010 1100000 100110

Color Harmonies of #6D04C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D04C0

Black with #6D04C0

Text Example


Text Example

White with #6D04C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,192); }

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

background-color css

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

 a { background-color: rgb(109,4,192); }

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

border-color css

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

 span { border-color: rgb(109,4,192); }

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