Html Css Color HEX #5627CD Purple Heart

📋 copy color: '#5627CD'

red 86 ◦ green 39 ◦ blue 205

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

Shades of Purple Heart #5627CD

Tints of Purple Heart #5627CD

RGB

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

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

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

R = 26.06%
G = 11.82%
B = 62.12%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5627CD (or 0x5627CD) is known color: Purple Heart. HEX triplet: 56, 27 and CD. RGB value is (86,39,205). Sum of RGB (Red+Green+Blue) = 86+39+205=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #5627CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5627CD is #A9D832. Grayscale: #474747. Windows color (decimal): -11130931 or 13444950. OLE color: 13444950.

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

Color convert

RGB 86 39 205 -
CMYK 0.58 0.81 0 0.20
HSL 256.99º 0.68% 0.48% -
HSV(B) 256.99º 0.81% 0.8% -
XYZ 15.58 7.84 58.45 -
YUV 71.98 203.07 138 -
System Red Green Blue C M Y K H S L
Decimal 86 39 205 0.58 0.81 0 0.20 256.99 0.68 0.48
Hex 56 27 CD 3A 51 0 14 101 44 30
Octal 126 47 315 72 121 0 24 401 104 60
Binary 1010110 100111 11001101 111010 1010001 0 10100 100000001 1000100 110000

Color Harmonies of #5627CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5627CD

Black with #5627CD

Text Example


Text Example

White with #5627CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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