Html Css Color HEX #6321AD Purple Heart

📋 copy color: '#6321AD'

red 99 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #6321AD

Tints of Purple Heart #6321AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 32.46%
G = 10.82%
B = 56.72%

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

#6321AD (or 0x6321AD) is known color: Purple Heart. HEX triplet: 63, 21 and AD. RGB value is (99,33,173). Sum of RGB (Red+Green+Blue) = 99+33+173=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #6321AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6321AD is #9CDE52. Grayscale: #444444. Windows color (decimal): -10280531 or 11346275. OLE color: 11346275.

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

Color convert

RGB 99 33 173 -
CMYK 0.43 0.81 0 0.32
HSL 268.29º 0.68% 0.4% -
HSV(B) 268.29º 0.81% 0.68% -
XYZ 13.23 6.76 40.14 -
YUV 68.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 99 33 173 0.43 0.81 0 0.32 268.29 0.68 0.4
Hex 63 21 AD 2B 51 0 20 10C 44 28
Octal 143 41 255 53 121 0 40 414 104 50
Binary 1100011 100001 10101101 101011 1010001 0 100000 100001100 1000100 101000

Color Harmonies of #6321AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321AD

Black with #6321AD

Text Example


Text Example

White with #6321AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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