Html Css Color HEX #582BC5 Purple Heart

📋 copy color: '#582BC5'

red 88 ◦ green 43 ◦ blue 197

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

Shades of Purple Heart #582BC5

Tints of Purple Heart #582BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.06%

R = 26.83%
G = 13.11%
B = 60.06%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#582BC5 (or 0x582BC5) is known color: Purple Heart. HEX triplet: 58, 2B and C5. RGB value is (88,43,197). Sum of RGB (Red+Green+Blue) = 88+43+197=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #582BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BC5 is #A7D43A. Grayscale: #494949. Windows color (decimal): -10998843 or 12921688. OLE color: 12921688.

HSL color Cylindrical-coordinate representation of color #582BC5: hue angle of 257.53º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582BC5 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 88 43 197 -
CMYK 0.55 0.78 0 0.23
HSL 257.53º 0.64% 0.47% -
HSV(B) 257.53º 0.78% 0.77% -
XYZ 14.97 7.83 53.55 -
YUV 74.01 197.41 137.98 -
System Red Green Blue C M Y K H S L
Decimal 88 43 197 0.55 0.78 0 0.23 257.53 0.64 0.47
Hex 58 2B C5 37 4E 0 17 102 40 2F
Octal 130 53 305 67 116 0 27 402 100 57
Binary 1011000 101011 11000101 110111 1001110 0 10111 100000010 1000000 101111

Color Harmonies of #582BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BC5

Black with #582BC5

Text Example


Text Example

White with #582BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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