Html Css Color HEX #5E27CF Purple Heart

📋 copy color: '#5E27CF'

red 94 ◦ green 39 ◦ blue 207

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

Shades of Purple Heart #5E27CF

Tints of Purple Heart #5E27CF

RGB

 RED value IS 94 (37.11% from 255) = 27.65%

 GREEN value IS 39 (15.63% from 255) = 11.47%

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 27.65%
G = 11.47%
B = 60.88%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E27CF (or 0x5E27CF) is known color: Purple Heart. HEX triplet: 5E, 27 and CF. RGB value is (94,39,207). Sum of RGB (Red+Green+Blue) = 94+39+207=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E27CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E27CF is #A1D830. Grayscale: #494949. Windows color (decimal): -10606641 or 13576030. OLE color: 13576030.

HSL color Cylindrical-coordinate representation of color #5E27CF: hue angle of 259.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E27CF is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 39 207 -
CMYK 0.55 0.81 0 0.19
HSL 259.64º 0.68% 0.48% -
HSV(B) 259.64º 0.81% 0.81% -
XYZ 16.6 8.34 59.77 -
YUV 74.6 202.72 141.84 -
System Red Green Blue C M Y K H S L
Decimal 94 39 207 0.55 0.81 0 0.19 259.64 0.68 0.48
Hex 5E 27 CF 37 51 0 13 104 44 30
Octal 136 47 317 67 121 0 23 404 104 60
Binary 1011110 100111 11001111 110111 1010001 0 10011 100000100 1000100 110000

Color Harmonies of #5E27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E27CF

Black with #5E27CF

Text Example


Text Example

White with #5E27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,39,207); }

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

background-color css

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

 a { background-color: rgb(94,39,207); }

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

border-color css

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

 span { border-color: rgb(94,39,207); }

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