Html Css Color HEX #5925CE Purple Heart

📋 copy color: '#5925CE'

red 89 ◦ green 37 ◦ blue 206

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

Shades of Purple Heart #5925CE

Tints of Purple Heart #5925CE

RGB

 RED value IS 89 (35.16% from 255) = 26.81%

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

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

R = 26.81%
G = 11.14%
B = 62.05%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5925CE (or 0x5925CE) is known color: Purple Heart. HEX triplet: 59, 25 and CE. RGB value is (89,37,206). Sum of RGB (Red+Green+Blue) = 89+37+206=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #5925CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5925CE is #A6DA31. Grayscale: #474747. Windows color (decimal): -10934834 or 13509977. OLE color: 13509977.

HSL color Cylindrical-coordinate representation of color #5925CE: hue angle of 258.46º 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 #5925CE is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 37 206 -
CMYK 0.57 0.82 0 0.19
HSL 258.46º 0.7% 0.48% -
HSV(B) 258.46º 0.82% 0.81% -
XYZ 15.92 7.9 59.08 -
YUV 71.81 203.73 140.26 -
System Red Green Blue C M Y K H S L
Decimal 89 37 206 0.57 0.82 0 0.19 258.46 0.7 0.48
Hex 59 25 CE 39 52 0 13 102 46 30
Octal 131 45 316 71 122 0 23 402 106 60
Binary 1011001 100101 11001110 111001 1010010 0 10011 100000010 1000110 110000

Color Harmonies of #5925CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5925CE

Black with #5925CE

Text Example


Text Example

White with #5925CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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