Html Css Color HEX #582BBE Purple Heart

📋 copy color: '#582BBE'

red 88 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #582BBE

Tints of Purple Heart #582BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

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

R = 27.41%
G = 13.4%
B = 59.19%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#582BBE (or 0x582BBE) is known color: Purple Heart. HEX triplet: 58, 2B and BE. RGB value is (88,43,190). Sum of RGB (Red+Green+Blue) = 88+43+190=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #582BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BBE is #A7D441. Grayscale: #484848. Windows color (decimal): -10998850 or 12462936. OLE color: 12462936.

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

Color convert

RGB 88 43 190 -
CMYK 0.54 0.77 0 0.25
HSL 258.37º 0.63% 0.46% -
HSV(B) 258.37º 0.77% 0.75% -
XYZ 14.18 7.52 49.42 -
YUV 73.21 193.91 138.55 -
System Red Green Blue C M Y K H S L
Decimal 88 43 190 0.54 0.77 0 0.25 258.37 0.63 0.46
Hex 58 2B BE 36 4D 0 19 102 3F 2E
Octal 130 53 276 66 115 0 31 402 77 56
Binary 1011000 101011 10111110 110110 1001101 0 11001 100000010 111111 101110

Color Harmonies of #582BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BBE

Black with #582BBE

Text Example


Text Example

White with #582BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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