Html Css Color HEX #581CA5 Purple Heart

📋 copy color: '#581CA5'

red 88 ◦ green 28 ◦ blue 165

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

Shades of Purple Heart #581CA5

Tints of Purple Heart #581CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 165 (64.84% from 255) = 58.72%

R = 31.32%
G = 9.96%
B = 58.72%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#581CA5 (or 0x581CA5) is known color: Purple Heart. HEX triplet: 58, 1C and A5. RGB value is (88,28,165). Sum of RGB (Red+Green+Blue) = 88+28+165=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #581CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581CA5 is #A7E35A. Grayscale: #3D3D3D. Windows color (decimal): -11002715 or 10820696. OLE color: 10820696.

HSL color Cylindrical-coordinate representation of color #581CA5: hue angle of 266.28º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581CA5 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 28 165 -
CMYK 0.47 0.83 0 0.35
HSL 266.28º 0.71% 0.38% -
HSV(B) 266.28º 0.83% 0.65% -
XYZ 11.23 5.62 36.09 -
YUV 61.56 186.38 146.86 -
System Red Green Blue C M Y K H S L
Decimal 88 28 165 0.47 0.83 0 0.35 266.28 0.71 0.38
Hex 58 1C A5 2F 53 0 23 10A 47 26
Octal 130 34 245 57 123 0 43 412 107 46
Binary 1011000 11100 10100101 101111 1010011 0 100011 100001010 1000111 100110

Color Harmonies of #581CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CA5

Black with #581CA5

Text Example


Text Example

White with #581CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581CA5; }

 p { color: rgb(88,28,165); }

 H1.HeaderClassName
 {
   color: #581CA5;
 }
 .AnyTagClassName
 {
   color: #581CA5;
 }
</style>

background-color css

<style>
 a { background-color: #581CA5; }

 a { background-color: rgb(88,28,165); }

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

border-color css

<style>
 span { border-color: #581CA5; }

 span { border-color: rgb(88,28,165); }

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