Html Css Color HEX #582CC6 Purple Heart

📋 copy color: '#582CC6'

red 88 ◦ green 44 ◦ blue 198

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

Shades of Purple Heart #582CC6

Tints of Purple Heart #582CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.33%

 BLUE value IS 198 (77.73% from 255) = 60%

R = 26.67%
G = 13.33%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#582CC6 (or 0x582CC6) is known color: Purple Heart. HEX triplet: 58, 2C and C6. RGB value is (88,44,198). Sum of RGB (Red+Green+Blue) = 88+44+198=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #582CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CC6 is #A7D339. Grayscale: #4A4A4A. Windows color (decimal): -10998586 or 12987480. OLE color: 12987480.

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

Color convert

RGB 88 44 198 -
CMYK 0.56 0.78 0 0.22
HSL 257.14º 0.64% 0.47% -
HSV(B) 257.14º 0.78% 0.78% -
XYZ 15.12 7.95 54.16 -
YUV 74.71 197.58 137.48 -
System Red Green Blue C M Y K H S L
Decimal 88 44 198 0.56 0.78 0 0.22 257.14 0.64 0.47
Hex 58 2C C6 38 4E 0 16 101 40 2F
Octal 130 54 306 70 116 0 26 401 100 57
Binary 1011000 101100 11000110 111000 1001110 0 10110 100000001 1000000 101111

Color Harmonies of #582CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CC6

Black with #582CC6

Text Example


Text Example

White with #582CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,44,198); }

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

background-color css

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

 a { background-color: rgb(88,44,198); }

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

border-color css

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

 span { border-color: rgb(88,44,198); }

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