Html Css Color HEX #5A26BD Purple Heart

📋 copy color: '#5A26BD'

red 90 ◦ green 38 ◦ blue 189

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

Shades of Purple Heart #5A26BD

Tints of Purple Heart #5A26BD

RGB

 RED value IS 90 (35.55% from 255) = 28.39%

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

 BLUE value IS 189 (74.22% from 255) = 59.62%

R = 28.39%
G = 11.99%
B = 59.62%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A26BD (or 0x5A26BD) is known color: Purple Heart. HEX triplet: 5A, 26 and BD. RGB value is (90,38,189). Sum of RGB (Red+Green+Blue) = 90+38+189=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A26BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A26BD is #A5D942. Grayscale: #464646. Windows color (decimal): -10869059 or 12396122. OLE color: 12396122.

HSL color Cylindrical-coordinate representation of color #5A26BD: hue angle of 260.66º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A26BD is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 38 189 -
CMYK 0.52 0.80 0 0.26
HSL 260.66º 0.67% 0.45% -
HSV(B) 260.66º 0.8% 0.74% -
XYZ 14.09 7.23 48.8 -
YUV 70.76 194.73 141.72 -
System Red Green Blue C M Y K H S L
Decimal 90 38 189 0.52 0.80 0 0.26 260.66 0.67 0.45
Hex 5A 26 BD 34 50 0 1A 105 43 2D
Octal 132 46 275 64 120 0 32 405 103 55
Binary 1011010 100110 10111101 110100 1010000 0 11010 100000101 1000011 101101

Color Harmonies of #5A26BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A26BD

Black with #5A26BD

Text Example


Text Example

White with #5A26BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A26BD; }

 p { color: rgb(90,38,189); }

 H1.HeaderClassName
 {
   color: #5A26BD;
 }
 .AnyTagClassName
 {
   color: #5A26BD;
 }
</style>

background-color css

<style>
 a { background-color: #5A26BD; }

 a { background-color: rgb(90,38,189); }

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

border-color css

<style>
 span { border-color: #5A26BD; }

 span { border-color: rgb(90,38,189); }

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