Html Css Color HEX #5632CD Purple Heart

📋 copy color: '#5632CD'

red 86 ◦ green 50 ◦ blue 205

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

Shades of Purple Heart #5632CD

Tints of Purple Heart #5632CD

RGB

 RED value IS 86 (33.98% from 255) = 25.22%

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 25.22%
G = 14.66%
B = 60.12%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5632CD (or 0x5632CD) is known color: Purple Heart. HEX triplet: 56, 32 and CD. RGB value is (86,50,205). Sum of RGB (Red+Green+Blue) = 86+50+205=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #5632CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5632CD is #A9CD32. Grayscale: #4D4D4D. Windows color (decimal): -11128115 or 13447766. OLE color: 13447766.

HSL color Cylindrical-coordinate representation of color #5632CD: hue angle of 253.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5632CD is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 50 205 -
CMYK 0.58 0.76 0 0.20
HSL 253.94º 0.61% 0.5% -
HSV(B) 253.94º 0.76% 0.8% -
XYZ 16 8.67 58.59 -
YUV 78.43 199.43 133.4 -
System Red Green Blue C M Y K H S L
Decimal 86 50 205 0.58 0.76 0 0.20 253.94 0.61 0.5
Hex 56 32 CD 3A 4C 0 14 FE 3D 32
Octal 126 62 315 72 114 0 24 376 75 62
Binary 1010110 110010 11001101 111010 1001100 0 10100 11111110 111101 110010

Color Harmonies of #5632CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5632CD

Black with #5632CD

Text Example


Text Example

White with #5632CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,50,205); }

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

background-color css

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

 a { background-color: rgb(86,50,205); }

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

border-color css

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

 span { border-color: rgb(86,50,205); }

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