Html Css Color HEX #582EBA Purple Heart

📋 copy color: '#582EBA'

red 88 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #582EBA

Tints of Purple Heart #582EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 27.5%
G = 14.38%
B = 58.13%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#582EBA (or 0x582EBA) is known color: Purple Heart. HEX triplet: 58, 2E and BA. RGB value is (88,46,186). Sum of RGB (Red+Green+Blue) = 88+46+186=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #582EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582EBA is #A7D145. Grayscale: #4A4A4A. Windows color (decimal): -10998086 or 12201560. OLE color: 12201560.

HSL color Cylindrical-coordinate representation of color #582EBA: hue angle of 258º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582EBA is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 46 186 -
CMYK 0.53 0.75 0 0.27
HSL 258º 0.6% 0.45% -
HSV(B) 258º 0.75% 0.73% -
XYZ 13.86 7.57 47.19 -
YUV 74.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 88 46 186 0.53 0.75 0 0.27 258 0.6 0.45
Hex 58 2E BA 35 4B 0 1B 102 3C 2D
Octal 130 56 272 65 113 0 33 402 74 55
Binary 1011000 101110 10111010 110101 1001011 0 11011 100000010 111100 101101

Color Harmonies of #582EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582EBA

Black with #582EBA

Text Example


Text Example

White with #582EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,46,186); }

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

background-color css

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

 a { background-color: rgb(88,46,186); }

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

border-color css

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

 span { border-color: rgb(88,46,186); }

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