Html Css Color HEX #5327CD Purple Heart

📋 copy color: '#5327CD'

red 83 ◦ green 39 ◦ blue 205

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

Shades of Purple Heart #5327CD

Tints of Purple Heart #5327CD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.93%

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

R = 25.38%
G = 11.93%
B = 62.69%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5327CD (or 0x5327CD) is known color: Purple Heart. HEX triplet: 53, 27 and CD. RGB value is (83,39,205). Sum of RGB (Red+Green+Blue) = 83+39+205=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #5327CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5327CD is #ACD832. Grayscale: #464646. Windows color (decimal): -11327539 or 13444947. OLE color: 13444947.

HSL color Cylindrical-coordinate representation of color #5327CD: hue angle of 255.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5327CD is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 39 205 -
CMYK 0.60 0.81 0 0.20
HSL 255.9º 0.68% 0.48% -
HSV(B) 255.9º 0.81% 0.8% -
XYZ 15.31 7.7 58.44 -
YUV 71.08 203.58 136.5 -
System Red Green Blue C M Y K H S L
Decimal 83 39 205 0.60 0.81 0 0.20 255.9 0.68 0.48
Hex 53 27 CD 3C 51 0 14 100 44 30
Octal 123 47 315 74 121 0 24 400 104 60
Binary 1010011 100111 11001101 111100 1010001 0 10100 100000000 1000100 110000

Color Harmonies of #5327CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5327CD

Black with #5327CD

Text Example


Text Example

White with #5327CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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