Html Css Color HEX #5C2EC6 Purple Heart

📋 copy color: '#5C2EC6'

red 92 ◦ green 46 ◦ blue 198

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

Shades of Purple Heart #5C2EC6

Tints of Purple Heart #5C2EC6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 198 (77.73% from 255) = 58.93%

R = 27.38%
G = 13.69%
B = 58.93%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5C2EC6 (or 0x5C2EC6) is known color: Purple Heart. HEX triplet: 5C, 2E and C6. RGB value is (92,46,198). Sum of RGB (Red+Green+Blue) = 92+46+198=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #5C2EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2EC6 is #A3D139. Grayscale: #4C4C4C. Windows color (decimal): -10735930 or 12987996. OLE color: 12987996.

HSL color Cylindrical-coordinate representation of color #5C2EC6: hue angle of 258.16º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C2EC6 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 92 46 198 -
CMYK 0.54 0.77 0 0.22
HSL 258.16º 0.62% 0.48% -
HSV(B) 258.16º 0.77% 0.78% -
XYZ 15.58 8.31 54.21 -
YUV 77.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 92 46 198 0.54 0.77 0 0.22 258.16 0.62 0.48
Hex 5C 2E C6 36 4D 0 16 102 3E 30
Octal 134 56 306 66 115 0 26 402 76 60
Binary 1011100 101110 11000110 110110 1001101 0 10110 100000010 111110 110000

Color Harmonies of #5C2EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2EC6

Black with #5C2EC6

Text Example


Text Example

White with #5C2EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,46,198); }

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

background-color css

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

 a { background-color: rgb(92,46,198); }

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

border-color css

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

 span { border-color: rgb(92,46,198); }

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