Html Css Color HEX #5E1CCF Purple Heart

📋 copy color: '#5E1CCF'

red 94 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #5E1CCF

Tints of Purple Heart #5E1CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

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

R = 28.57%
G = 8.51%
B = 62.92%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E1CCF (or 0x5E1CCF) is known color: Purple Heart. HEX triplet: 5E, 1C and CF. RGB value is (94,28,207). Sum of RGB (Red+Green+Blue) = 94+28+207=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E1CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1CCF is #A1E330. Grayscale: #434343. Windows color (decimal): -10609457 or 13573214. OLE color: 13573214.

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

Color convert

RGB 94 28 207 -
CMYK 0.55 0.86 0 0.19
HSL 262.12º 0.76% 0.46% -
HSV(B) 262.12º 0.86% 0.81% -
XYZ 16.29 7.72 59.66 -
YUV 68.14 206.37 146.45 -
System Red Green Blue C M Y K H S L
Decimal 94 28 207 0.55 0.86 0 0.19 262.12 0.76 0.46
Hex 5E 1C CF 37 56 0 13 106 4C 2E
Octal 136 34 317 67 126 0 23 406 114 56
Binary 1011110 11100 11001111 110111 1010110 0 10011 100000110 1001100 101110

Color Harmonies of #5E1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1CCF

Black with #5E1CCF

Text Example


Text Example

White with #5E1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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