Html Css Color HEX #7940CE Purple Heart

📋 copy color: '#7940CE'

red 121 ◦ green 64 ◦ blue 206

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

Shades of Purple Heart #7940CE

Tints of Purple Heart #7940CE

RGB

 RED value IS 121 (47.66% from 255) = 30.95%

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 30.95%
G = 16.37%
B = 52.69%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7940CE (or 0x7940CE) is known color: Purple Heart. HEX triplet: 79, 40 and CE. RGB value is (121,64,206). Sum of RGB (Red+Green+Blue) = 121+64+206=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #7940CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7940CE is #86BF31. Grayscale: #606060. Windows color (decimal): -8830770 or 13516921. OLE color: 13516921.

HSL color Cylindrical-coordinate representation of color #7940CE: hue angle of 264.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7940CE is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 64 206 -
CMYK 0.41 0.69 0 0.19
HSL 264.08º 0.59% 0.53% -
HSV(B) 264.08º 0.69% 0.81% -
XYZ 20.86 12.19 59.65 -
YUV 97.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 121 64 206 0.41 0.69 0 0.19 264.08 0.59 0.53
Hex 79 40 CE 29 45 0 13 108 3B 35
Octal 171 100 316 51 105 0 23 410 73 65
Binary 1111001 1000000 11001110 101001 1000101 0 10011 100001000 111011 110101

Color Harmonies of #7940CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7940CE

Black with #7940CE

Text Example


Text Example

White with #7940CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7940CE; }

 p { color: rgb(121,64,206); }

 H1.HeaderClassName
 {
   color: #7940CE;
 }
 .AnyTagClassName
 {
   color: #7940CE;
 }
</style>

background-color css

<style>
 a { background-color: #7940CE; }

 a { background-color: rgb(121,64,206); }

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

border-color css

<style>
 span { border-color: #7940CE; }

 span { border-color: rgb(121,64,206); }

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