Html Css Color HEX #6D1CAB Purple Heart

📋 copy color: '#6D1CAB'

red 109 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #6D1CAB

Tints of Purple Heart #6D1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

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

R = 35.39%
G = 9.09%
B = 55.52%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D1CAB (or 0x6D1CAB) is known color: Purple Heart. HEX triplet: 6D, 1C and AB. RGB value is (109,28,171). Sum of RGB (Red+Green+Blue) = 109+28+171=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D1CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1CAB is #92E354. Grayscale: #444444. Windows color (decimal): -9626453 or 11213933. OLE color: 11213933.

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

Color convert

RGB 109 28 171 -
CMYK 0.36 0.84 0 0.33
HSL 273.99º 0.72% 0.39% -
HSV(B) 273.99º 0.84% 0.67% -
XYZ 14.07 7.02 39.14 -
YUV 68.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 109 28 171 0.36 0.84 0 0.33 273.99 0.72 0.39
Hex 6D 1C AB 24 54 0 21 112 48 27
Octal 155 34 253 44 124 0 41 422 110 47
Binary 1101101 11100 10101011 100100 1010100 0 100001 100010010 1001000 100111

Color Harmonies of #6D1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1CAB

Black with #6D1CAB

Text Example


Text Example

White with #6D1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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