Html Css Color HEX #6320AC Purple Heart

📋 copy color: '#6320AC'

red 99 ◦ green 32 ◦ blue 172

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

Shades of Purple Heart #6320AC

Tints of Purple Heart #6320AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

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

R = 32.67%
G = 10.56%
B = 56.77%

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

#6320AC (or 0x6320AC) is known color: Purple Heart. HEX triplet: 63, 20 and AC. RGB value is (99,32,172). Sum of RGB (Red+Green+Blue) = 99+32+172=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #6320AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6320AC is #9CDF53. Grayscale: #434343. Windows color (decimal): -10280788 or 11280483. OLE color: 11280483.

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

Color convert

RGB 99 32 172 -
CMYK 0.42 0.81 0 0.33
HSL 268.71º 0.69% 0.4% -
HSV(B) 268.71º 0.81% 0.67% -
XYZ 13.11 6.66 39.63 -
YUV 67.99 186.7 150.12 -
System Red Green Blue C M Y K H S L
Decimal 99 32 172 0.42 0.81 0 0.33 268.71 0.69 0.4
Hex 63 20 AC 2A 51 0 21 10D 45 28
Octal 143 40 254 52 121 0 41 415 105 50
Binary 1100011 100000 10101100 101010 1010001 0 100001 100001101 1000101 101000

Color Harmonies of #6320AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320AC

Black with #6320AC

Text Example


Text Example

White with #6320AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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