Html Css Color HEX #5A3BCE Purple Heart

📋 copy color: '#5A3BCE'

red 90 ◦ green 59 ◦ blue 206

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

Shades of Purple Heart #5A3BCE

Tints of Purple Heart #5A3BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 25.35%
G = 16.62%
B = 58.03%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A3BCE (or 0x5A3BCE) is known color: Purple Heart. HEX triplet: 5A, 3B and CE. RGB value is (90,59,206). Sum of RGB (Red+Green+Blue) = 90+59+206=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3BCE is #A5C431. Grayscale: #545454. Windows color (decimal): -10863666 or 13515610. OLE color: 13515610.

HSL color Cylindrical-coordinate representation of color #5A3BCE: hue angle of 252.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A3BCE is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 59 206 -
CMYK 0.56 0.71 0 0.19
HSL 252.65º 0.6% 0.52% -
HSV(B) 252.65º 0.71% 0.81% -
XYZ 16.92 9.76 59.38 -
YUV 85.03 196.27 131.55 -
System Red Green Blue C M Y K H S L
Decimal 90 59 206 0.56 0.71 0 0.19 252.65 0.6 0.52
Hex 5A 3B CE 38 47 0 13 FD 3C 34
Octal 132 73 316 70 107 0 23 375 74 64
Binary 1011010 111011 11001110 111000 1000111 0 10011 11111101 111100 110100

Color Harmonies of #5A3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3BCE

Black with #5A3BCE

Text Example


Text Example

White with #5A3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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