Html Css Color HEX #5826AD Purple Heart

📋 copy color: '#5826AD'

red 88 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #5826AD

Tints of Purple Heart #5826AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 29.43%
G = 12.71%
B = 57.86%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5826AD (or 0x5826AD) is known color: Purple Heart. HEX triplet: 58, 26 and AD. RGB value is (88,38,173). Sum of RGB (Red+Green+Blue) = 88+38+173=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #5826AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5826AD is #A7D952. Grayscale: #434343. Windows color (decimal): -11000147 or 11347544. OLE color: 11347544.

HSL color Cylindrical-coordinate representation of color #5826AD: hue angle of 262.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5826AD is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 38 173 -
CMYK 0.49 0.78 0 0.32
HSL 262.22º 0.64% 0.41% -
HSV(B) 262.22º 0.78% 0.68% -
XYZ 12.26 6.48 40.14 -
YUV 68.34 187.07 142.02 -
System Red Green Blue C M Y K H S L
Decimal 88 38 173 0.49 0.78 0 0.32 262.22 0.64 0.41
Hex 58 26 AD 31 4E 0 20 106 40 29
Octal 130 46 255 61 116 0 40 406 100 51
Binary 1011000 100110 10101101 110001 1001110 0 100000 100000110 1000000 101001

Color Harmonies of #5826AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5826AD

Black with #5826AD

Text Example


Text Example

White with #5826AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5826AD; }

 p { color: rgb(88,38,173); }

 H1.HeaderClassName
 {
   color: #5826AD;
 }
 .AnyTagClassName
 {
   color: #5826AD;
 }
</style>

background-color css

<style>
 a { background-color: #5826AD; }

 a { background-color: rgb(88,38,173); }

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

border-color css

<style>
 span { border-color: #5826AD; }

 span { border-color: rgb(88,38,173); }

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