Html Css Color HEX #5926D7 Purple Heart

📋 copy color: '#5926D7'

red 89 ◦ green 38 ◦ blue 215

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

Shades of Purple Heart #5926D7

Tints of Purple Heart #5926D7

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

 BLUE value IS 215 (84.38% from 255) = 62.87%

R = 26.02%
G = 11.11%
B = 62.87%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5926D7 (or 0x5926D7) is known color: Purple Heart. HEX triplet: 59, 26 and D7. RGB value is (89,38,215). Sum of RGB (Red+Green+Blue) = 89+38+215=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 215 (84.38% from 255 or 62.87% from 342); Max value from RGB is 215 - color contains mainly: blue. Hex color #5926D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926D7 is #A6D928. Grayscale: #484848. Windows color (decimal): -10934569 or 14100057. OLE color: 14100057.

HSL color Cylindrical-coordinate representation of color #5926D7: hue angle of 257.29º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5926D7 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 38 215 -
CMYK 0.59 0.82 0 0.16
HSL 257.29º 0.7% 0.5% -
HSV(B) 257.29º 0.82% 0.84% -
XYZ 17.08 8.42 65.01 -
YUV 73.43 207.9 139.11 -
System Red Green Blue C M Y K H S L
Decimal 89 38 215 0.59 0.82 0 0.16 257.29 0.7 0.5
Hex 59 26 D7 3B 52 0 10 101 46 32
Octal 131 46 327 73 122 0 20 401 106 62
Binary 1011001 100110 11010111 111011 1010010 0 10000 100000001 1000110 110010

Color Harmonies of #5926D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5926D7

Black with #5926D7

Text Example


Text Example

White with #5926D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5926D7; }

 p { color: rgb(89,38,215); }

 H1.HeaderClassName
 {
   color: #5926D7;
 }
 .AnyTagClassName
 {
   color: #5926D7;
 }
</style>

background-color css

<style>
 a { background-color: #5926D7; }

 a { background-color: rgb(89,38,215); }

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

border-color css

<style>
 span { border-color: #5926D7; }

 span { border-color: rgb(89,38,215); }

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