Html Css Color HEX #6D0BCD Purple Heart

📋 copy color: '#6D0BCD'

red 109 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #6D0BCD

Tints of Purple Heart #6D0BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.38%

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 33.54%
G = 3.38%
B = 63.08%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D0BCD (or 0x6D0BCD) is known color: Purple Heart. HEX triplet: 6D, 0B and CD. RGB value is (109,11,205). Sum of RGB (Red+Green+Blue) = 109+11+205=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D0BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0BCD is #92F432. Grayscale: #3D3D3D. Windows color (decimal): -9630771 or 13437805. OLE color: 13437805.

HSL color Cylindrical-coordinate representation of color #6D0BCD: hue angle of 270.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0BCD is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 11 205 -
CMYK 0.47 0.95 0 0.20
HSL 270.31º 0.9% 0.42% -
HSV(B) 270.31º 0.95% 0.8% -
XYZ 17.45 7.9 58.36 -
YUV 62.42 208.47 161.23 -
System Red Green Blue C M Y K H S L
Decimal 109 11 205 0.47 0.95 0 0.20 270.31 0.9 0.42
Hex 6D B CD 2F 5F 0 14 10E 5A 2A
Octal 155 13 315 57 137 0 24 416 132 52
Binary 1101101 1011 11001101 101111 1011111 0 10100 100001110 1011010 101010

Color Harmonies of #6D0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0BCD

Black with #6D0BCD

Text Example


Text Example

White with #6D0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,205); }

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

background-color css

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

 a { background-color: rgb(109,11,205); }

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

border-color css

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

 span { border-color: rgb(109,11,205); }

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