Html Css Color HEX #5826AC Purple Heart

📋 copy color: '#5826AC'

red 88 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #5826AC

Tints of Purple Heart #5826AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 29.53%
G = 12.75%
B = 57.72%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5826AC (or 0x5826AC) is known color: Purple Heart. HEX triplet: 58, 26 and AC. RGB value is (88,38,172). Sum of RGB (Red+Green+Blue) = 88+38+172=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #5826AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5826AC is #A7D953. Grayscale: #434343. Windows color (decimal): -11000148 or 11282008. OLE color: 11282008.

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

Color convert

RGB 88 38 172 -
CMYK 0.49 0.78 0 0.33
HSL 262.39º 0.64% 0.41% -
HSV(B) 262.39º 0.78% 0.67% -
XYZ 12.16 6.44 39.63 -
YUV 68.23 186.57 142.1 -
System Red Green Blue C M Y K H S L
Decimal 88 38 172 0.49 0.78 0 0.33 262.39 0.64 0.41
Hex 58 26 AC 31 4E 0 21 106 40 29
Octal 130 46 254 61 116 0 41 406 100 51
Binary 1011000 100110 10101100 110001 1001110 0 100001 100000110 1000000 101001

Color Harmonies of #5826AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5826AC

Black with #5826AC

Text Example


Text Example

White with #5826AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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