Html Css Color HEX #582FCF Purple Heart

📋 copy color: '#582FCF'

red 88 ◦ green 47 ◦ blue 207

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

Shades of Purple Heart #582FCF

Tints of Purple Heart #582FCF

RGB

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

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

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

R = 25.73%
G = 13.74%
B = 60.53%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#582FCF (or 0x582FCF) is known color: Purple Heart. HEX triplet: 58, 2F and CF. RGB value is (88,47,207). Sum of RGB (Red+Green+Blue) = 88+47+207=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #582FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FCF is #A7D030. Grayscale: #4C4C4C. Windows color (decimal): -10997809 or 13578072. OLE color: 13578072.

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

Color convert

RGB 88 47 207 -
CMYK 0.57 0.77 0 0.19
HSL 255.38º 0.63% 0.5% -
HSV(B) 255.38º 0.77% 0.81% -
XYZ 16.3 8.61 59.83 -
YUV 77.5 201.08 135.49 -
System Red Green Blue C M Y K H S L
Decimal 88 47 207 0.57 0.77 0 0.19 255.38 0.63 0.5
Hex 58 2F CF 39 4D 0 13 FF 3F 32
Octal 130 57 317 71 115 0 23 377 77 62
Binary 1011000 101111 11001111 111001 1001101 0 10011 11111111 111111 110010

Color Harmonies of #582FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FCF

Black with #582FCF

Text Example


Text Example

White with #582FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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