Html Css Color HEX #5625C9 Purple Heart

📋 copy color: '#5625C9'

red 86 ◦ green 37 ◦ blue 201

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

Shades of Purple Heart #5625C9

Tints of Purple Heart #5625C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 62.04%

R = 26.54%
G = 11.42%
B = 62.04%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5625C9 (or 0x5625C9) is known color: Purple Heart. HEX triplet: 56, 25 and C9. RGB value is (86,37,201). Sum of RGB (Red+Green+Blue) = 86+37+201=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #5625C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5625C9 is #A9DA36. Grayscale: #454545. Windows color (decimal): -11131447 or 13182294. OLE color: 13182294.

HSL color Cylindrical-coordinate representation of color #5625C9: hue angle of 257.93º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5625C9 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 86 37 201 -
CMYK 0.57 0.82 0 0.21
HSL 257.93º 0.69% 0.47% -
HSV(B) 257.93º 0.82% 0.79% -
XYZ 15.04 7.52 55.92 -
YUV 70.35 201.73 139.16 -
System Red Green Blue C M Y K H S L
Decimal 86 37 201 0.57 0.82 0 0.21 257.93 0.69 0.47
Hex 56 25 C9 39 52 0 15 102 45 2F
Octal 126 45 311 71 122 0 25 402 105 57
Binary 1010110 100101 11001001 111001 1010010 0 10101 100000010 1000101 101111

Color Harmonies of #5625C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5625C9

Black with #5625C9

Text Example


Text Example

White with #5625C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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