Html Css Color HEX #6921AB Purple Heart

📋 copy color: '#6921AB'

red 105 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #6921AB

Tints of Purple Heart #6921AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

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

R = 33.98%
G = 10.68%
B = 55.34%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6921AB (or 0x6921AB) is known color: Purple Heart. HEX triplet: 69, 21 and AB. RGB value is (105,33,171). Sum of RGB (Red+Green+Blue) = 105+33+171=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #6921AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6921AB is #96DE54. Grayscale: #454545. Windows color (decimal): -9887317 or 11215209. OLE color: 11215209.

HSL color Cylindrical-coordinate representation of color #6921AB: hue angle of 271.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6921AB is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 33 171 -
CMYK 0.39 0.81 0 0.33
HSL 271.3º 0.68% 0.4% -
HSV(B) 271.3º 0.81% 0.67% -
XYZ 13.72 7.03 39.16 -
YUV 70.26 184.85 152.78 -
System Red Green Blue C M Y K H S L
Decimal 105 33 171 0.39 0.81 0 0.33 271.3 0.68 0.4
Hex 69 21 AB 27 51 0 21 10F 44 28
Octal 151 41 253 47 121 0 41 417 104 50
Binary 1101001 100001 10101011 100111 1010001 0 100001 100001111 1000100 101000

Color Harmonies of #6921AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6921AB

Black with #6921AB

Text Example


Text Example

White with #6921AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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