Html Css Color HEX #582EDA Purple Heart

📋 copy color: '#582EDA'

red 88 ◦ green 46 ◦ blue 218

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

Shades of Purple Heart #582EDA

Tints of Purple Heart #582EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.07%

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

R = 25%
G = 13.07%
B = 61.93%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#582EDA (or 0x582EDA) is known color: Purple Heart. HEX triplet: 58, 2E and DA. RGB value is (88,46,218). Sum of RGB (Red+Green+Blue) = 88+46+218=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #582EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582EDA is #A7D125. Grayscale: #4D4D4D. Windows color (decimal): -10998054 or 14298712. OLE color: 14298712.

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

Color convert

RGB 88 46 218 -
CMYK 0.60 0.79 0 0.15
HSL 254.65º 0.7% 0.52% -
HSV(B) 254.65º 0.79% 0.85% -
XYZ 17.66 9.09 67.15 -
YUV 78.17 206.91 135.01 -
System Red Green Blue C M Y K H S L
Decimal 88 46 218 0.60 0.79 0 0.15 254.65 0.7 0.52
Hex 58 2E DA 3C 4F 0 F FF 46 34
Octal 130 56 332 74 117 0 17 377 106 64
Binary 1011000 101110 11011010 111100 1001111 0 1111 11111111 1000110 110100

Color Harmonies of #582EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582EDA

Black with #582EDA

Text Example


Text Example

White with #582EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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