Html Css Color HEX #6321AA Purple Heart

📋 copy color: '#6321AA'

red 99 ◦ green 33 ◦ blue 170

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

Shades of Purple Heart #6321AA

Tints of Purple Heart #6321AA

RGB

 RED value IS 99 (39.06% from 255) = 32.78%

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

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 32.78%
G = 10.93%
B = 56.29%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6321AA (or 0x6321AA) is known color: Purple Heart. HEX triplet: 63, 21 and AA. RGB value is (99,33,170). Sum of RGB (Red+Green+Blue) = 99+33+170=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #6321AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6321AA is #9CDE55. Grayscale: #434343. Windows color (decimal): -10280534 or 11149667. OLE color: 11149667.

HSL color Cylindrical-coordinate representation of color #6321AA: hue angle of 268.91º degrees, saturation: 0.67, 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 #6321AA is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 33 170 -
CMYK 0.42 0.81 0 0.33
HSL 268.91º 0.67% 0.4% -
HSV(B) 268.91º 0.81% 0.67% -
XYZ 12.95 6.64 38.63 -
YUV 68.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 99 33 170 0.42 0.81 0 0.33 268.91 0.67 0.4
Hex 63 21 AA 2A 51 0 21 10D 43 28
Octal 143 41 252 52 121 0 41 415 103 50
Binary 1100011 100001 10101010 101010 1010001 0 100001 100001101 1000011 101000

Color Harmonies of #6321AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321AA

Black with #6321AA

Text Example


Text Example

White with #6321AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6321AA; }

 p { color: rgb(99,33,170); }

 H1.HeaderClassName
 {
   color: #6321AA;
 }
 .AnyTagClassName
 {
   color: #6321AA;
 }
</style>

background-color css

<style>
 a { background-color: #6321AA; }

 a { background-color: rgb(99,33,170); }

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

border-color css

<style>
 span { border-color: #6321AA; }

 span { border-color: rgb(99,33,170); }

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