#5C3CC1

Color #5C3CC1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5C3CC1

Tints of Purple Heart #5C3CC1

Color information

#5C3CC1 (or 0x5C3CC1) is unknown color: approx Purple Heart. HEX triplet: 5C, 3C and C1. RGB value is (92,60,193). Sum of RGB (Red+Green+Blue) = 92+60+193=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C3CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CC1 is #A3C33E. Grayscale: #545454. Windows color (decimal): -10732351 or 12663900. OLE color: 12663900.

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

Color convert

RGB9260193-
CMYK0.520.6900.24
HSL254.44º52.57%49.61%-
HSV(B)254.44º68.91%75.69%-
XYZ15.669.3651.43-
YUV84.73189.1133.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.67%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 193 (75.78% from 255) = 55.94%
R=26.67%
G=17.39%
B=55.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92601930.520.6900.24254.4452.5749.61
Hex5C3CC13445018fe3532
Octal13474301641050303766562
Binary101110011110011000001110100100010101100011111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C3CC1;
 }
 .AnyTagClassName
 {
   color: #5C3CC1;
 }
</style>
background-color css

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

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

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

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

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

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