Html Css Color HEX #6D0BAB Purple Heart

📋 copy color: '#6D0BAB'

red 109 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #6D0BAB

Tints of Purple Heart #6D0BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 37.46%
G = 3.78%
B = 58.76%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D0BAB (or 0x6D0BAB) is known color: Purple Heart. HEX triplet: 6D, 0B and AB. RGB value is (109,11,171). Sum of RGB (Red+Green+Blue) = 109+11+171=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0BAB is #92F454. Grayscale: #3A3A3A. Windows color (decimal): -9630805 or 11209581. OLE color: 11209581.

HSL color Cylindrical-coordinate representation of color #6D0BAB: hue angle of 276.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0BAB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 11 171 -
CMYK 0.36 0.94 0 0.33
HSL 276.75º 0.88% 0.36% -
HSV(B) 276.75º 0.94% 0.67% -
XYZ 13.78 6.43 39.04 -
YUV 58.54 191.47 163.99 -
System Red Green Blue C M Y K H S L
Decimal 109 11 171 0.36 0.94 0 0.33 276.75 0.88 0.36
Hex 6D B AB 24 5E 0 21 115 58 24
Octal 155 13 253 44 136 0 41 425 130 44
Binary 1101101 1011 10101011 100100 1011110 0 100001 100010101 1011000 100100

Color Harmonies of #6D0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0BAB

Black with #6D0BAB

Text Example


Text Example

White with #6D0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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