Html Css Color HEX #582BDA Purple Heart

📋 copy color: '#582BDA'

red 88 ◦ green 43 ◦ blue 218

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

Shades of Purple Heart #582BDA

Tints of Purple Heart #582BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 25.21%
G = 12.32%
B = 62.46%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#582BDA (or 0x582BDA) is known color: Purple Heart. HEX triplet: 58, 2B and DA. RGB value is (88,43,218). Sum of RGB (Red+Green+Blue) = 88+43+218=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #582BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BDA is #A7D425. Grayscale: #4B4B4B. Windows color (decimal): -10998822 or 14297944. OLE color: 14297944.

HSL color Cylindrical-coordinate representation of color #582BDA: hue angle of 255.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582BDA is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 43 218 -
CMYK 0.60 0.80 0 0.15
HSL 255.43º 0.7% 0.51% -
HSV(B) 255.43º 0.8% 0.85% -
XYZ 17.54 8.86 67.12 -
YUV 76.41 207.91 136.27 -
System Red Green Blue C M Y K H S L
Decimal 88 43 218 0.60 0.80 0 0.15 255.43 0.7 0.51
Hex 58 2B DA 3C 50 0 F FF 46 33
Octal 130 53 332 74 120 0 17 377 106 63
Binary 1011000 101011 11011010 111100 1010000 0 1111 11111111 1000110 110011

Color Harmonies of #582BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BDA

Black with #582BDA

Text Example


Text Example

White with #582BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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