Html Css Color HEX #6B1CAC Purple Heart

📋 copy color: '#6B1CAC'

red 107 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #6B1CAC

Tints of Purple Heart #6B1CAC

RGB

 RED value IS 107 (42.19% from 255) = 34.85%

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 34.85%
G = 9.12%
B = 56.03%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B1CAC (or 0x6B1CAC) is known color: Purple Heart. HEX triplet: 6B, 1C and AC. RGB value is (107,28,172). Sum of RGB (Red+Green+Blue) = 107+28+172=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B1CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1CAC is #94E353. Grayscale: #434343. Windows color (decimal): -9757524 or 11279467. OLE color: 11279467.

HSL color Cylindrical-coordinate representation of color #6B1CAC: hue angle of 272.92º 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 #6B1CAC is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 28 172 -
CMYK 0.38 0.84 0 0.33
HSL 272.92º 0.72% 0.39% -
HSV(B) 272.92º 0.84% 0.67% -
XYZ 13.93 6.93 39.63 -
YUV 68.04 186.67 155.79 -
System Red Green Blue C M Y K H S L
Decimal 107 28 172 0.38 0.84 0 0.33 272.92 0.72 0.39
Hex 6B 1C AC 26 54 0 21 111 48 27
Octal 153 34 254 46 124 0 41 421 110 47
Binary 1101011 11100 10101100 100110 1010100 0 100001 100010001 1001000 100111

Color Harmonies of #6B1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1CAC

Black with #6B1CAC

Text Example


Text Example

White with #6B1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,28,172); }

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

background-color css

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

 a { background-color: rgb(107,28,172); }

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

border-color css

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

 span { border-color: rgb(107,28,172); }

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