Html Css Color HEX #5C40CA Purple Heart

📋 copy color: '#5C40CA'

red 92 ◦ green 64 ◦ blue 202

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

Shades of Purple Heart #5C40CA

Tints of Purple Heart #5C40CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.42%

R = 25.7%
G = 17.88%
B = 56.42%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5C40CA (or 0x5C40CA) is known color: Purple Heart. HEX triplet: 5C, 40 and CA. RGB value is (92,64,202). Sum of RGB (Red+Green+Blue) = 92+64+202=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C40CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40CA is #A3BF35. Grayscale: #575757. Windows color (decimal): -10731318 or 13254748. OLE color: 13254748.

HSL color Cylindrical-coordinate representation of color #5C40CA: hue angle of 252.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C40CA is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 64 202 -
CMYK 0.54 0.68 0 0.21
HSL 252.17º 0.57% 0.52% -
HSV(B) 252.17º 0.68% 0.79% -
XYZ 16.91 10.21 56.96 -
YUV 88.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 92 64 202 0.54 0.68 0 0.21 252.17 0.57 0.52
Hex 5C 40 CA 36 44 0 15 FC 39 34
Octal 134 100 312 66 104 0 25 374 71 64
Binary 1011100 1000000 11001010 110110 1000100 0 10101 11111100 111001 110100

Color Harmonies of #5C40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C40CA

Black with #5C40CA

Text Example


Text Example

White with #5C40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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