Html Css Color HEX #5A40BC Purple Heart

📋 copy color: '#5A40BC'

red 90 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #5A40BC

Tints of Purple Heart #5A40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 26.32%
G = 18.71%
B = 54.97%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A40BC (or 0x5A40BC) is known color: Purple Heart. HEX triplet: 5A, 40 and BC. RGB value is (90,64,188). Sum of RGB (Red+Green+Blue) = 90+64+188=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A40BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40BC is #A5BF43. Grayscale: #555555. Windows color (decimal): -10862404 or 12337242. OLE color: 12337242.

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

Color convert

RGB 90 64 188 -
CMYK 0.52 0.66 0 0.26
HSL 252.58º 0.49% 0.49% -
HSV(B) 252.58º 0.66% 0.74% -
XYZ 15.13 9.47 48.61 -
YUV 85.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 90 64 188 0.52 0.66 0 0.26 252.58 0.49 0.49
Hex 5A 40 BC 34 42 0 1A FD 31 31
Octal 132 100 274 64 102 0 32 375 61 61
Binary 1011010 1000000 10111100 110100 1000010 0 11010 11111101 110001 110001

Color Harmonies of #5A40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A40BC

Black with #5A40BC

Text Example


Text Example

White with #5A40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,64,188); }

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

background-color css

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

 a { background-color: rgb(90,64,188); }

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

border-color css

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

 span { border-color: rgb(90,64,188); }

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