Html Css Color HEX #5C3BC1 Purple Heart

📋 copy color: '#5C3BC1'

red 92 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #5C3BC1

Tints of Purple Heart #5C3BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 56.1%

R = 26.74%
G = 17.15%
B = 56.1%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5C3BC1 (or 0x5C3BC1) is known color: Purple Heart. HEX triplet: 5C, 3B and C1. RGB value is (92,59,193). Sum of RGB (Red+Green+Blue) = 92+59+193=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C3BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3BC1 is #A3C43E. Grayscale: #535353. Windows color (decimal): -10732607 or 12663644. OLE color: 12663644.

HSL color Cylindrical-coordinate representation of color #5C3BC1: hue angle of 254.78º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C3BC1 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 92 59 193 -
CMYK 0.52 0.69 0 0.24
HSL 254.78º 0.53% 0.49% -
HSV(B) 254.78º 0.69% 0.76% -
XYZ 15.6 9.25 51.42 -
YUV 84.14 189.43 133.6 -
System Red Green Blue C M Y K H S L
Decimal 92 59 193 0.52 0.69 0 0.24 254.78 0.53 0.49
Hex 5C 3B C1 34 45 0 18 FF 35 31
Octal 134 73 301 64 105 0 30 377 65 61
Binary 1011100 111011 11000001 110100 1000101 0 11000 11111111 110101 110001

Color Harmonies of #5C3BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3BC1

Black with #5C3BC1

Text Example


Text Example

White with #5C3BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,59,193); }

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

background-color css

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

 a { background-color: rgb(92,59,193); }

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

border-color css

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

 span { border-color: rgb(92,59,193); }

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