Html Css Color HEX #5625CE Purple Heart

📋 copy color: '#5625CE'

red 86 ◦ green 37 ◦ blue 206

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

Shades of Purple Heart #5625CE

Tints of Purple Heart #5625CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 26.14%
G = 11.25%
B = 62.61%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5625CE (or 0x5625CE) is known color: Purple Heart. HEX triplet: 56, 25 and CE. RGB value is (86,37,206). Sum of RGB (Red+Green+Blue) = 86+37+206=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #5625CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5625CE is #A9DA31. Grayscale: #464646. Windows color (decimal): -11131442 or 13509974. OLE color: 13509974.

HSL color Cylindrical-coordinate representation of color #5625CE: hue angle of 257.4º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5625CE is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 37 206 -
CMYK 0.58 0.82 0 0.19
HSL 257.4º 0.7% 0.48% -
HSV(B) 257.4º 0.82% 0.81% -
XYZ 15.64 7.76 59.07 -
YUV 70.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 86 37 206 0.58 0.82 0 0.19 257.4 0.7 0.48
Hex 56 25 CE 3A 52 0 13 101 46 30
Octal 126 45 316 72 122 0 23 401 106 60
Binary 1010110 100101 11001110 111010 1010010 0 10011 100000001 1000110 110000

Color Harmonies of #5625CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5625CE

Black with #5625CE

Text Example


Text Example

White with #5625CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5625CE; }

 p { color: rgb(86,37,206); }

 H1.HeaderClassName
 {
   color: #5625CE;
 }
 .AnyTagClassName
 {
   color: #5625CE;
 }
</style>

background-color css

<style>
 a { background-color: #5625CE; }

 a { background-color: rgb(86,37,206); }

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

border-color css

<style>
 span { border-color: #5625CE; }

 span { border-color: rgb(86,37,206); }

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