Html Css Color HEX #6B16AF Purple Heart

📋 copy color: '#6B16AF'

red 107 ◦ green 22 ◦ blue 175

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

Shades of Purple Heart #6B16AF

Tints of Purple Heart #6B16AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.57%

R = 35.2%
G = 7.24%
B = 57.57%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6B16AF (or 0x6B16AF) is known color: Purple Heart. HEX triplet: 6B, 16 and AF. RGB value is (107,22,175). Sum of RGB (Red+Green+Blue) = 107+22+175=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B16AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B16AF is #94E950. Grayscale: #404040. Windows color (decimal): -9759057 or 11474539. OLE color: 11474539.

HSL color Cylindrical-coordinate representation of color #6B16AF: hue angle of 273.33º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B16AF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 22 175 -
CMYK 0.39 0.87 0 0.31
HSL 273.33º 0.78% 0.39% -
HSV(B) 273.33º 0.87% 0.69% -
XYZ 14.09 6.79 41.13 -
YUV 64.86 190.16 158.06 -
System Red Green Blue C M Y K H S L
Decimal 107 22 175 0.39 0.87 0 0.31 273.33 0.78 0.39
Hex 6B 16 AF 27 57 0 1F 111 4E 27
Octal 153 26 257 47 127 0 37 421 116 47
Binary 1101011 10110 10101111 100111 1010111 0 11111 100010001 1001110 100111

Color Harmonies of #6B16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B16AF

Black with #6B16AF

Text Example


Text Example

White with #6B16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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