Html Css Color HEX #5C3ACB Purple Heart

📋 copy color: '#5C3ACB'

red 92 ◦ green 58 ◦ blue 203

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

Shades of Purple Heart #5C3ACB

Tints of Purple Heart #5C3ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.43%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 26.06%
G = 16.43%
B = 57.51%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C3ACB (or 0x5C3ACB) is known color: Purple Heart. HEX triplet: 5C, 3A and CB. RGB value is (92,58,203). Sum of RGB (Red+Green+Blue) = 92+58+203=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C3ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3ACB is #A3C534. Grayscale: #545454. Windows color (decimal): -10732853 or 13318748. OLE color: 13318748.

HSL color Cylindrical-coordinate representation of color #5C3ACB: hue angle of 254.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C3ACB is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 58 203 -
CMYK 0.55 0.71 0 0.20
HSL 254.07º 0.58% 0.51% -
HSV(B) 254.07º 0.71% 0.8% -
XYZ 16.71 9.61 57.47 -
YUV 84.7 194.76 133.21 -
System Red Green Blue C M Y K H S L
Decimal 92 58 203 0.55 0.71 0 0.20 254.07 0.58 0.51
Hex 5C 3A CB 37 47 0 14 FE 3A 33
Octal 134 72 313 67 107 0 24 376 72 63
Binary 1011100 111010 11001011 110111 1000111 0 10100 11111110 111010 110011

Color Harmonies of #5C3ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3ACB

Black with #5C3ACB

Text Example


Text Example

White with #5C3ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,58,203); }

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

background-color css

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

 a { background-color: rgb(92,58,203); }

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

border-color css

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

 span { border-color: rgb(92,58,203); }

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