Html Css Color HEX #582ECF Purple Heart

📋 copy color: '#582ECF'

red 88 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #582ECF

Tints of Purple Heart #582ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 25.81%
G = 13.49%
B = 60.7%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#582ECF (or 0x582ECF) is known color: Purple Heart. HEX triplet: 58, 2E and CF. RGB value is (88,46,207). Sum of RGB (Red+Green+Blue) = 88+46+207=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #582ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ECF is #A7D130. Grayscale: #4C4C4C. Windows color (decimal): -10998065 or 13577816. OLE color: 13577816.

HSL color Cylindrical-coordinate representation of color #582ECF: hue angle of 255.65º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582ECF is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 46 207 -
CMYK 0.57 0.78 0 0.19
HSL 255.65º 0.64% 0.5% -
HSV(B) 255.65º 0.78% 0.81% -
XYZ 16.26 8.53 59.82 -
YUV 76.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 88 46 207 0.57 0.78 0 0.19 255.65 0.64 0.5
Hex 58 2E CF 39 4E 0 13 100 40 32
Octal 130 56 317 71 116 0 23 400 100 62
Binary 1011000 101110 11001111 111001 1001110 0 10011 100000000 1000000 110010

Color Harmonies of #582ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582ECF

Black with #582ECF

Text Example


Text Example

White with #582ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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