Html Css Color HEX #6321AC Purple Heart

📋 copy color: '#6321AC'

red 99 ◦ green 33 ◦ blue 172

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

Shades of Purple Heart #6321AC

Tints of Purple Heart #6321AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 32.57%
G = 10.86%
B = 56.58%

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

#6321AC (or 0x6321AC) is known color: Purple Heart. HEX triplet: 63, 21 and AC. RGB value is (99,33,172). Sum of RGB (Red+Green+Blue) = 99+33+172=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #6321AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6321AC is #9CDE53. Grayscale: #444444. Windows color (decimal): -10280532 or 11280739. OLE color: 11280739.

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

Color convert

RGB 99 33 172 -
CMYK 0.42 0.81 0 0.33
HSL 268.49º 0.68% 0.4% -
HSV(B) 268.49º 0.81% 0.67% -
XYZ 13.14 6.72 39.63 -
YUV 68.58 186.37 149.7 -
System Red Green Blue C M Y K H S L
Decimal 99 33 172 0.42 0.81 0 0.33 268.49 0.68 0.4
Hex 63 21 AC 2A 51 0 21 10C 44 28
Octal 143 41 254 52 121 0 41 414 104 50
Binary 1100011 100001 10101100 101010 1010001 0 100001 100001100 1000100 101000

Color Harmonies of #6321AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321AC

Black with #6321AC

Text Example


Text Example

White with #6321AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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