Html Css Color HEX #582DBE Purple Heart

📋 copy color: '#582DBE'

red 88 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #582DBE

Tints of Purple Heart #582DBE

RGB

 RED value IS 88 (34.77% from 255) = 27.24%

 GREEN value IS 45 (17.97% from 255) = 13.93%

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 27.24%
G = 13.93%
B = 58.82%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#582DBE (or 0x582DBE) is known color: Purple Heart. HEX triplet: 58, 2D and BE. RGB value is (88,45,190). Sum of RGB (Red+Green+Blue) = 88+45+190=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #582DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DBE is #A7D241. Grayscale: #494949. Windows color (decimal): -10998338 or 12463448. OLE color: 12463448.

HSL color Cylindrical-coordinate representation of color #582DBE: hue angle of 257.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #582DBE is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 45 190 -
CMYK 0.54 0.76 0 0.25
HSL 257.79º 0.62% 0.46% -
HSV(B) 257.79º 0.76% 0.75% -
XYZ 14.26 7.67 49.44 -
YUV 74.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 88 45 190 0.54 0.76 0 0.25 257.79 0.62 0.46
Hex 58 2D BE 36 4C 0 19 102 3E 2E
Octal 130 55 276 66 114 0 31 402 76 56
Binary 1011000 101101 10111110 110110 1001100 0 11001 100000010 111110 101110

Color Harmonies of #582DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582DBE

Black with #582DBE

Text Example


Text Example

White with #582DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582DBE; }

 p { color: rgb(88,45,190); }

 H1.HeaderClassName
 {
   color: #582DBE;
 }
 .AnyTagClassName
 {
   color: #582DBE;
 }
</style>

background-color css

<style>
 a { background-color: #582DBE; }

 a { background-color: rgb(88,45,190); }

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

border-color css

<style>
 span { border-color: #582DBE; }

 span { border-color: rgb(88,45,190); }

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