Html Css Color HEX #6B16AB Purple Heart

📋 copy color: '#6B16AB'

red 107 ◦ green 22 ◦ blue 171

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

Shades of Purple Heart #6B16AB

Tints of Purple Heart #6B16AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

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

R = 35.67%
G = 7.33%
B = 57%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B16AB (or 0x6B16AB) is known color: Purple Heart. HEX triplet: 6B, 16 and AB. RGB value is (107,22,171). Sum of RGB (Red+Green+Blue) = 107+22+171=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B16AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B16AB is #94E954. Grayscale: #3F3F3F. Windows color (decimal): -9759061 or 11212395. OLE color: 11212395.

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

Color convert

RGB 107 22 171 -
CMYK 0.37 0.87 0 0.33
HSL 274.23º 0.77% 0.38% -
HSV(B) 274.23º 0.87% 0.67% -
XYZ 13.7 6.64 39.09 -
YUV 64.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 107 22 171 0.37 0.87 0 0.33 274.23 0.77 0.38
Hex 6B 16 AB 25 57 0 21 112 4D 26
Octal 153 26 253 45 127 0 41 422 115 46
Binary 1101011 10110 10101011 100101 1010111 0 100001 100010010 1001101 100110

Color Harmonies of #6B16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B16AB

Black with #6B16AB

Text Example


Text Example

White with #6B16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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