Html Css Color HEX #6821AB Purple Heart

📋 copy color: '#6821AB'

red 104 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #6821AB

Tints of Purple Heart #6821AB

RGB

 RED value IS 104 (41.02% from 255) = 33.77%

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

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

R = 33.77%
G = 10.71%
B = 55.52%

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

#6821AB (or 0x6821AB) is known color: Purple Heart. HEX triplet: 68, 21 and AB. RGB value is (104,33,171). Sum of RGB (Red+Green+Blue) = 104+33+171=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #6821AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6821AB is #97DE54. Grayscale: #454545. Windows color (decimal): -9952853 or 11215208. OLE color: 11215208.

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

Color convert

RGB 104 33 171 -
CMYK 0.39 0.81 0 0.33
HSL 270.87º 0.68% 0.4% -
HSV(B) 270.87º 0.81% 0.67% -
XYZ 13.6 6.97 39.16 -
YUV 69.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 104 33 171 0.39 0.81 0 0.33 270.87 0.68 0.4
Hex 68 21 AB 27 51 0 21 10F 44 28
Octal 150 41 253 47 121 0 41 417 104 50
Binary 1101000 100001 10101011 100111 1010001 0 100001 100001111 1000100 101000

Color Harmonies of #6821AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6821AB

Black with #6821AB

Text Example


Text Example

White with #6821AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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