Html Css Color HEX #582BBF Purple Heart

📋 copy color: '#582BBF'

red 88 ◦ green 43 ◦ blue 191

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

Shades of Purple Heart #582BBF

Tints of Purple Heart #582BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.32%

R = 27.33%
G = 13.35%
B = 59.32%

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

#582BBF (or 0x582BBF) is known color: Purple Heart. HEX triplet: 58, 2B and BF. RGB value is (88,43,191). Sum of RGB (Red+Green+Blue) = 88+43+191=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #582BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BBF is #A7D440. Grayscale: #484848. Windows color (decimal): -10998849 or 12528472. OLE color: 12528472.

HSL color Cylindrical-coordinate representation of color #582BBF: hue angle of 258.24º 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 #582BBF is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 43 191 -
CMYK 0.54 0.77 0 0.25
HSL 258.24º 0.63% 0.46% -
HSV(B) 258.24º 0.77% 0.75% -
XYZ 14.29 7.56 50 -
YUV 73.33 194.41 138.47 -
System Red Green Blue C M Y K H S L
Decimal 88 43 191 0.54 0.77 0 0.25 258.24 0.63 0.46
Hex 58 2B BF 36 4D 0 19 102 3F 2E
Octal 130 53 277 66 115 0 31 402 77 56
Binary 1011000 101011 10111111 110110 1001101 0 11001 100000010 111111 101110

Color Harmonies of #582BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BBF

Black with #582BBF

Text Example


Text Example

White with #582BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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