Html Css Color HEX #6B1AAB Purple Heart

📋 copy color: '#6B1AAB'

red 107 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #6B1AAB

Tints of Purple Heart #6B1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.55%

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

R = 35.2%
G = 8.55%
B = 56.25%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B1AAB (or 0x6B1AAB) is known color: Purple Heart. HEX triplet: 6B, 1A and AB. RGB value is (107,26,171). Sum of RGB (Red+Green+Blue) = 107+26+171=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1AAB is #94E554. Grayscale: #424242. Windows color (decimal): -9758037 or 11213419. OLE color: 11213419.

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

Color convert

RGB 107 26 171 -
CMYK 0.37 0.85 0 0.33
HSL 273.52º 0.74% 0.39% -
HSV(B) 273.52º 0.85% 0.67% -
XYZ 13.78 6.8 39.12 -
YUV 66.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 107 26 171 0.37 0.85 0 0.33 273.52 0.74 0.39
Hex 6B 1A AB 25 55 0 21 112 4A 27
Octal 153 32 253 45 125 0 41 422 112 47
Binary 1101011 11010 10101011 100101 1010101 0 100001 100010010 1001010 100111

Color Harmonies of #6B1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1AAB

Black with #6B1AAB

Text Example


Text Example

White with #6B1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,26,171); }

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

background-color css

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

 a { background-color: rgb(107,26,171); }

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

border-color css

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

 span { border-color: rgb(107,26,171); }

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