Html Css Color HEX #5C40BC Purple Heart

📋 copy color: '#5C40BC'

red 92 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #5C40BC

Tints of Purple Heart #5C40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

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

R = 26.74%
G = 18.6%
B = 54.65%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C40BC (or 0x5C40BC) is known color: Purple Heart. HEX triplet: 5C, 40 and BC. RGB value is (92,64,188). Sum of RGB (Red+Green+Blue) = 92+64+188=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C40BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40BC is #A3BF43. Grayscale: #565656. Windows color (decimal): -10731332 or 12337244. OLE color: 12337244.

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

Color convert

RGB 92 64 188 -
CMYK 0.51 0.66 0 0.26
HSL 253.55º 0.49% 0.49% -
HSV(B) 253.55º 0.66% 0.74% -
XYZ 15.32 9.57 48.62 -
YUV 86.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 92 64 188 0.51 0.66 0 0.26 253.55 0.49 0.49
Hex 5C 40 BC 33 42 0 1A FE 31 31
Octal 134 100 274 63 102 0 32 376 61 61
Binary 1011100 1000000 10111100 110011 1000010 0 11010 11111110 110001 110001

Color Harmonies of #5C40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C40BC

Black with #5C40BC

Text Example


Text Example

White with #5C40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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