Html Css Color HEX #5320CB Purple Heart

📋 copy color: '#5320CB'

red 83 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #5320CB

Tints of Purple Heart #5320CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.84%

R = 26.1%
G = 10.06%
B = 63.84%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5320CB (or 0x5320CB) is known color: Purple Heart. HEX triplet: 53, 20 and CB. RGB value is (83,32,203). Sum of RGB (Red+Green+Blue) = 83+32+203=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #5320CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5320CB is #ACDF34. Grayscale: #424242. Windows color (decimal): -11329333 or 13312083. OLE color: 13312083.

HSL color Cylindrical-coordinate representation of color #5320CB: hue angle of 257.89º 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 #5320CB is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 32 203 -
CMYK 0.59 0.84 0 0.20
HSL 257.89º 0.73% 0.46% -
HSV(B) 257.89º 0.84% 0.8% -
XYZ 14.86 7.18 57.1 -
YUV 66.74 204.9 139.6 -
System Red Green Blue C M Y K H S L
Decimal 83 32 203 0.59 0.84 0 0.20 257.89 0.73 0.46
Hex 53 20 CB 3B 54 0 14 102 49 2E
Octal 123 40 313 73 124 0 24 402 111 56
Binary 1010011 100000 11001011 111011 1010100 0 10100 100000010 1001001 101110

Color Harmonies of #5320CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5320CB

Black with #5320CB

Text Example


Text Example

White with #5320CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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