Html Css Color HEX #6D0FB8 Purple Heart

📋 copy color: '#6D0FB8'

red 109 ◦ green 15 ◦ blue 184

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

Shades of Purple Heart #6D0FB8

Tints of Purple Heart #6D0FB8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

 BLUE value IS 184 (72.27% from 255) = 59.74%

R = 35.39%
G = 4.87%
B = 59.74%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6D0FB8 (or 0x6D0FB8) is known color: Purple Heart. HEX triplet: 6D, 0F and B8. RGB value is (109,15,184). Sum of RGB (Red+Green+Blue) = 109+15+184=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #6D0FB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0FB8 is #92F047. Grayscale: #3D3D3D. Windows color (decimal): -9629768 or 12062573. OLE color: 12062573.

HSL color Cylindrical-coordinate representation of color #6D0FB8: hue angle of 273.37º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0FB8 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 109 15 184 -
CMYK 0.41 0.92 0 0.28
HSL 273.37º 0.85% 0.39% -
HSV(B) 273.37º 0.92% 0.72% -
XYZ 15.13 7.05 45.91 -
YUV 62.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 109 15 184 0.41 0.92 0 0.28 273.37 0.85 0.39
Hex 6D F B8 29 5C 0 1C 111 55 27
Octal 155 17 270 51 134 0 34 421 125 47
Binary 1101101 1111 10111000 101001 1011100 0 11100 100010001 1010101 100111

Color Harmonies of #6D0FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0FB8

Black with #6D0FB8

Text Example


Text Example

White with #6D0FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,184); }

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

background-color css

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

 a { background-color: rgb(109,15,184); }

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

border-color css

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

 span { border-color: rgb(109,15,184); }

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