Html Css Color HEX #6321AE Purple Heart

📋 copy color: '#6321AE'

red 99 ◦ green 33 ◦ blue 174

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

Shades of Purple Heart #6321AE

Tints of Purple Heart #6321AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 32.35%
G = 10.78%
B = 56.86%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6321AE (or 0x6321AE) is known color: Purple Heart. HEX triplet: 63, 21 and AE. RGB value is (99,33,174). Sum of RGB (Red+Green+Blue) = 99+33+174=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #6321AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6321AE is #9CDE51. Grayscale: #444444. Windows color (decimal): -10280530 or 11411811. OLE color: 11411811.

HSL color Cylindrical-coordinate representation of color #6321AE: hue angle of 268.09º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6321AE is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 33 174 -
CMYK 0.43 0.81 0 0.32
HSL 268.09º 0.68% 0.41% -
HSV(B) 268.09º 0.81% 0.68% -
XYZ 13.33 6.8 40.65 -
YUV 68.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 99 33 174 0.43 0.81 0 0.32 268.09 0.68 0.41
Hex 63 21 AE 2B 51 0 20 10C 44 29
Octal 143 41 256 53 121 0 40 414 104 51
Binary 1100011 100001 10101110 101011 1010001 0 100000 100001100 1000100 101001

Color Harmonies of #6321AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321AE

Black with #6321AE

Text Example


Text Example

White with #6321AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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