Html Css Color HEX #582FDD Purple Heart

📋 copy color: '#582FDD'

red 88 ◦ green 47 ◦ blue 221

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

Shades of Purple Heart #582FDD

Tints of Purple Heart #582FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.2%

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 24.72%
G = 13.2%
B = 62.08%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#582FDD (or 0x582FDD) is known color: Purple Heart. HEX triplet: 58, 2F and DD. RGB value is (88,47,221). Sum of RGB (Red+Green+Blue) = 88+47+221=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #582FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FDD is #A7D022. Grayscale: #4E4E4E. Windows color (decimal): -10997795 or 14495576. OLE color: 14495576.

HSL color Cylindrical-coordinate representation of color #582FDD: hue angle of 254.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582FDD is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 47 221 -
CMYK 0.60 0.79 0 0.13
HSL 254.14º 0.72% 0.53% -
HSV(B) 254.14º 0.79% 0.87% -
XYZ 18.09 9.33 69.25 -
YUV 79.1 208.08 134.35 -
System Red Green Blue C M Y K H S L
Decimal 88 47 221 0.60 0.79 0 0.13 254.14 0.72 0.53
Hex 58 2F DD 3C 4F 0 D FE 48 35
Octal 130 57 335 74 117 0 15 376 110 65
Binary 1011000 101111 11011101 111100 1001111 0 1101 11111110 1001000 110101

Color Harmonies of #582FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FDD

Black with #582FDD

Text Example


Text Example

White with #582FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,47,221); }

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

background-color css

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

 a { background-color: rgb(88,47,221); }

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

border-color css

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

 span { border-color: rgb(88,47,221); }

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