Html Css Color HEX #6B1AB5 Purple Heart

📋 copy color: '#6B1AB5'

red 107 ◦ green 26 ◦ blue 181

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

Shades of Purple Heart #6B1AB5

Tints of Purple Heart #6B1AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.64%

R = 34.08%
G = 8.28%
B = 57.64%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6B1AB5 (or 0x6B1AB5) is known color: Purple Heart. HEX triplet: 6B, 1A and B5. RGB value is (107,26,181). Sum of RGB (Red+Green+Blue) = 107+26+181=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #6B1AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1AB5 is #94E54A. Grayscale: #434343. Windows color (decimal): -9758027 or 11868779. OLE color: 11868779.

HSL color Cylindrical-coordinate representation of color #6B1AB5: hue angle of 271.35º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B1AB5 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 107 26 181 -
CMYK 0.41 0.86 0 0.29
HSL 271.35º 0.75% 0.41% -
HSV(B) 271.35º 0.86% 0.71% -
XYZ 14.77 7.2 44.33 -
YUV 67.89 191.84 155.9 -
System Red Green Blue C M Y K H S L
Decimal 107 26 181 0.41 0.86 0 0.29 271.35 0.75 0.41
Hex 6B 1A B5 29 56 0 1D 10F 4B 29
Octal 153 32 265 51 126 0 35 417 113 51
Binary 1101011 11010 10110101 101001 1010110 0 11101 100001111 1001011 101001

Color Harmonies of #6B1AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1AB5

Black with #6B1AB5

Text Example


Text Example

White with #6B1AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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