Html Css Color HEX #5320CD Purple Heart

📋 copy color: '#5320CD'

red 83 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #5320CD

Tints of Purple Heart #5320CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 25.94%
G = 10%
B = 64.06%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5320CD (or 0x5320CD) is known color: Purple Heart. HEX triplet: 53, 20 and CD. RGB value is (83,32,205). Sum of RGB (Red+Green+Blue) = 83+32+205=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #5320CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5320CD is #ACDF32. Grayscale: #424242. Windows color (decimal): -11329331 or 13443155. OLE color: 13443155.

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

Color convert

RGB 83 32 205 -
CMYK 0.60 0.84 0 0.20
HSL 257.69º 0.73% 0.46% -
HSV(B) 257.69º 0.84% 0.8% -
XYZ 15.1 7.28 58.37 -
YUV 66.97 205.9 139.43 -
System Red Green Blue C M Y K H S L
Decimal 83 32 205 0.60 0.84 0 0.20 257.69 0.73 0.46
Hex 53 20 CD 3C 54 0 14 102 49 2E
Octal 123 40 315 74 124 0 24 402 111 56
Binary 1010011 100000 11001101 111100 1010100 0 10100 100000010 1001001 101110

Color Harmonies of #5320CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5320CD

Black with #5320CD

Text Example


Text Example

White with #5320CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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