Html Css Color HEX #582CCF Purple Heart

📋 copy color: '#582CCF'

red 88 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #582CCF

Tints of Purple Heart #582CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

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

R = 25.96%
G = 12.98%
B = 61.06%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#582CCF (or 0x582CCF) is known color: Purple Heart. HEX triplet: 58, 2C and CF. RGB value is (88,44,207). Sum of RGB (Red+Green+Blue) = 88+44+207=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #582CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CCF is #A7D330. Grayscale: #4B4B4B. Windows color (decimal): -10998577 or 13577304. OLE color: 13577304.

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

Color convert

RGB 88 44 207 -
CMYK 0.57 0.79 0 0.19
HSL 256.2º 0.65% 0.49% -
HSV(B) 256.2º 0.79% 0.81% -
XYZ 16.19 8.38 59.8 -
YUV 75.74 202.08 136.75 -
System Red Green Blue C M Y K H S L
Decimal 88 44 207 0.57 0.79 0 0.19 256.2 0.65 0.49
Hex 58 2C CF 39 4F 0 13 100 41 31
Octal 130 54 317 71 117 0 23 400 101 61
Binary 1011000 101100 11001111 111001 1001111 0 10011 100000000 1000001 110001

Color Harmonies of #582CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CCF

Black with #582CCF

Text Example


Text Example

White with #582CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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