Html Css Color HEX #5C3EBA Purple Heart

📋 copy color: '#5C3EBA'

red 92 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #5C3EBA

Tints of Purple Heart #5C3EBA

RGB

 RED value IS 92 (36.33% from 255) = 27.06%

 GREEN value IS 62 (24.61% from 255) = 18.24%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 27.06%
G = 18.24%
B = 54.71%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C3EBA (or 0x5C3EBA) is known color: Purple Heart. HEX triplet: 5C, 3E and BA. RGB value is (92,62,186). Sum of RGB (Red+Green+Blue) = 92+62+186=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3EBA is #A3C145. Grayscale: #545454. Windows color (decimal): -10731846 or 12205660. OLE color: 12205660.

HSL color Cylindrical-coordinate representation of color #5C3EBA: hue angle of 254.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C3EBA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 62 186 -
CMYK 0.51 0.67 0 0.27
HSL 254.52º 0.5% 0.49% -
HSV(B) 254.52º 0.67% 0.73% -
XYZ 15 9.27 47.45 -
YUV 85.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 92 62 186 0.51 0.67 0 0.27 254.52 0.5 0.49
Hex 5C 3E BA 33 43 0 1B FF 32 31
Octal 134 76 272 63 103 0 33 377 62 61
Binary 1011100 111110 10111010 110011 1000011 0 11011 11111111 110010 110001

Color Harmonies of #5C3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3EBA

Black with #5C3EBA

Text Example


Text Example

White with #5C3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,62,186); }

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

background-color css

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

 a { background-color: rgb(92,62,186); }

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

border-color css

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

 span { border-color: rgb(92,62,186); }

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