Html Css Color HEX #5A3BBC Purple Heart

📋 copy color: '#5A3BBC'

red 90 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #5A3BBC

Tints of Purple Heart #5A3BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

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

R = 26.71%
G = 17.51%
B = 55.79%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A3BBC (or 0x5A3BBC) is known color: Purple Heart. HEX triplet: 5A, 3B and BC. RGB value is (90,59,188). Sum of RGB (Red+Green+Blue) = 90+59+188=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3BBC is #A5C443. Grayscale: #525252. Windows color (decimal): -10863684 or 12335962. OLE color: 12335962.

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

Color convert

RGB 90 59 188 -
CMYK 0.52 0.69 0 0.26
HSL 254.42º 0.52% 0.48% -
HSV(B) 254.42º 0.69% 0.74% -
XYZ 14.86 8.93 48.52 -
YUV 82.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 90 59 188 0.52 0.69 0 0.26 254.42 0.52 0.48
Hex 5A 3B BC 34 45 0 1A FE 34 30
Octal 132 73 274 64 105 0 32 376 64 60
Binary 1011010 111011 10111100 110100 1000101 0 11010 11111110 110100 110000

Color Harmonies of #5A3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3BBC

Black with #5A3BBC

Text Example


Text Example

White with #5A3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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