Html Css Color HEX #5320CC Purple Heart

📋 copy color: '#5320CC'

red 83 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #5320CC

Tints of Purple Heart #5320CC

RGB

 RED value IS 83 (32.81% from 255) = 26.02%

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

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 26.02%
G = 10.03%
B = 63.95%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5320CC (or 0x5320CC) is known color: Purple Heart. HEX triplet: 53, 20 and CC. RGB value is (83,32,204). Sum of RGB (Red+Green+Blue) = 83+32+204=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #5320CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5320CC is #ACDF33. Grayscale: #424242. Windows color (decimal): -11329332 or 13377619. OLE color: 13377619.

HSL color Cylindrical-coordinate representation of color #5320CC: hue angle of 257.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5320CC is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 32 204 -
CMYK 0.59 0.84 0 0.2
HSL 257.79º 0.73% 0.46% -
HSV(B) 257.79º 0.84% 0.8% -
XYZ 14.98 7.23 57.73 -
YUV 66.86 205.4 139.51 -
System Red Green Blue C M Y K H S L
Decimal 83 32 204 0.59 0.84 0 0.2 257.79 0.73 0.46
Hex 53 20 CC 3B 54 0 14 102 49 2E
Octal 123 40 314 73 124 0 24 402 111 56
Binary 1010011 100000 11001100 111011 1010100 0 10100 100000010 1001001 101110

Color Harmonies of #5320CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5320CC

Black with #5320CC

Text Example


Text Example

White with #5320CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5320CC; }

 p { color: rgb(83,32,204); }

 H1.HeaderClassName
 {
   color: #5320CC;
 }
 .AnyTagClassName
 {
   color: #5320CC;
 }
</style>

background-color css

<style>
 a { background-color: #5320CC; }

 a { background-color: rgb(83,32,204); }

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

border-color css

<style>
 span { border-color: #5320CC; }

 span { border-color: rgb(83,32,204); }

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