Html Css Color HEX #6916AB Purple Heart

📋 copy color: '#6916AB'

red 105 ◦ green 22 ◦ blue 171

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

Shades of Purple Heart #6916AB

Tints of Purple Heart #6916AB

RGB

 RED value IS 105 (41.41% from 255) = 35.23%

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

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

R = 35.23%
G = 7.38%
B = 57.38%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6916AB (or 0x6916AB) is known color: Purple Heart. HEX triplet: 69, 16 and AB. RGB value is (105,22,171). Sum of RGB (Red+Green+Blue) = 105+22+171=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #6916AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6916AB is #96E954. Grayscale: #3F3F3F. Windows color (decimal): -9890133 or 11212393. OLE color: 11212393.

HSL color Cylindrical-coordinate representation of color #6916AB: hue angle of 273.42º 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 #6916AB is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 22 171 -
CMYK 0.39 0.87 0 0.33
HSL 273.42º 0.77% 0.38% -
HSV(B) 273.42º 0.87% 0.67% -
XYZ 13.46 6.52 39.08 -
YUV 63.8 188.5 157.38 -
System Red Green Blue C M Y K H S L
Decimal 105 22 171 0.39 0.87 0 0.33 273.42 0.77 0.38
Hex 69 16 AB 27 57 0 21 111 4D 26
Octal 151 26 253 47 127 0 41 421 115 46
Binary 1101001 10110 10101011 100111 1010111 0 100001 100010001 1001101 100110

Color Harmonies of #6916AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6916AB

Black with #6916AB

Text Example


Text Example

White with #6916AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6916AB; }

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

 H1.HeaderClassName
 {
   color: #6916AB;
 }
 .AnyTagClassName
 {
   color: #6916AB;
 }
</style>

background-color css

<style>
 a { background-color: #6916AB; }

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

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

border-color css

<style>
 span { border-color: #6916AB; }

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

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