Html Css Color HEX #5C3ABC Purple Heart

📋 copy color: '#5C3ABC'

red 92 ◦ green 58 ◦ blue 188

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

Shades of Purple Heart #5C3ABC

Tints of Purple Heart #5C3ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 27.22%
G = 17.16%
B = 55.62%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C3ABC (or 0x5C3ABC) is known color: Purple Heart. HEX triplet: 5C, 3A and BC. RGB value is (92,58,188). Sum of RGB (Red+Green+Blue) = 92+58+188=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C3ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3ABC is #A3C543. Grayscale: #525252. Windows color (decimal): -10732868 or 12335708. OLE color: 12335708.

HSL color Cylindrical-coordinate representation of color #5C3ABC: hue angle of 255.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C3ABC is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 58 188 -
CMYK 0.51 0.69 0 0.26
HSL 255.69º 0.53% 0.48% -
HSV(B) 255.69º 0.69% 0.74% -
XYZ 15 8.93 48.51 -
YUV 82.99 187.26 134.43 -
System Red Green Blue C M Y K H S L
Decimal 92 58 188 0.51 0.69 0 0.26 255.69 0.53 0.48
Hex 5C 3A BC 33 45 0 1A 100 35 30
Octal 134 72 274 63 105 0 32 400 65 60
Binary 1011100 111010 10111100 110011 1000101 0 11010 100000000 110101 110000

Color Harmonies of #5C3ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3ABC

Black with #5C3ABC

Text Example


Text Example

White with #5C3ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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