Html Css Color HEX #5A2CBC Purple Heart

📋 copy color: '#5A2CBC'

red 90 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #5A2CBC

Tints of Purple Heart #5A2CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.66%

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

R = 27.95%
G = 13.66%
B = 58.39%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A2CBC (or 0x5A2CBC) is known color: Purple Heart. HEX triplet: 5A, 2C and BC. RGB value is (90,44,188). Sum of RGB (Red+Green+Blue) = 90+44+188=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2CBC is #A5D343. Grayscale: #494949. Windows color (decimal): -10867524 or 12332122. OLE color: 12332122.

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

Color convert

RGB 90 44 188 -
CMYK 0.52 0.77 0 0.26
HSL 259.17º 0.62% 0.45% -
HSV(B) 259.17º 0.77% 0.74% -
XYZ 14.19 7.61 48.3 -
YUV 74.17 192.24 139.29 -
System Red Green Blue C M Y K H S L
Decimal 90 44 188 0.52 0.77 0 0.26 259.17 0.62 0.45
Hex 5A 2C BC 34 4D 0 1A 103 3E 2D
Octal 132 54 274 64 115 0 32 403 76 55
Binary 1011010 101100 10111100 110100 1001101 0 11010 100000011 111110 101101

Color Harmonies of #5A2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2CBC

Black with #5A2CBC

Text Example


Text Example

White with #5A2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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