Html Css Color HEX #580ACF Purple Heart

📋 copy color: '#580ACF'

red 88 ◦ green 10 ◦ blue 207

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

Shades of Purple Heart #580ACF

Tints of Purple Heart #580ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

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

R = 28.85%
G = 3.28%
B = 67.87%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#580ACF (or 0x580ACF) is known color: Purple Heart. HEX triplet: 58, 0A and CF. RGB value is (88,10,207). Sum of RGB (Red+Green+Blue) = 88+10+207=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #580ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ACF is #A7F530. Grayscale: #373737. Windows color (decimal): -11007281 or 13568600. OLE color: 13568600.

HSL color Cylindrical-coordinate representation of color #580ACF: hue angle of 263.76º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580ACF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 10 207 -
CMYK 0.57 0.95 0 0.19
HSL 263.76º 0.91% 0.43% -
HSV(B) 263.76º 0.95% 0.81% -
XYZ 15.4 6.8 59.53 -
YUV 55.78 213.34 150.98 -
System Red Green Blue C M Y K H S L
Decimal 88 10 207 0.57 0.95 0 0.19 263.76 0.91 0.43
Hex 58 A CF 39 5F 0 13 108 5B 2B
Octal 130 12 317 71 137 0 23 410 133 53
Binary 1011000 1010 11001111 111001 1011111 0 10011 100001000 1011011 101011

Color Harmonies of #580ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580ACF

Black with #580ACF

Text Example


Text Example

White with #580ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580ACF; }

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

 H1.HeaderClassName
 {
   color: #580ACF;
 }
 .AnyTagClassName
 {
   color: #580ACF;
 }
</style>

background-color css

<style>
 a { background-color: #580ACF; }

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

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

border-color css

<style>
 span { border-color: #580ACF; }

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

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