Html Css Color HEX #7945C7 Purple Heart

📋 copy color: '#7945C7'

red 121 ◦ green 69 ◦ blue 199

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

Shades of Purple Heart #7945C7

Tints of Purple Heart #7945C7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.74%

 BLUE value IS 199 (78.13% from 255) = 51.16%

R = 31.11%
G = 17.74%
B = 51.16%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7945C7 (or 0x7945C7) is known color: Purple Heart. HEX triplet: 79, 45 and C7. RGB value is (121,69,199). Sum of RGB (Red+Green+Blue) = 121+69+199=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #7945C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7945C7 is #86BA38. Grayscale: #626262. Windows color (decimal): -8829497 or 13059449. OLE color: 13059449.

HSL color Cylindrical-coordinate representation of color #7945C7: hue angle of 264º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7945C7 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 69 199 -
CMYK 0.39 0.65 0 0.22
HSL 264º 0.54% 0.53% -
HSV(B) 264º 0.65% 0.78% -
XYZ 20.32 12.44 55.36 -
YUV 99.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 121 69 199 0.39 0.65 0 0.22 264 0.54 0.53
Hex 79 45 C7 27 41 0 16 108 36 35
Octal 171 105 307 47 101 0 26 410 66 65
Binary 1111001 1000101 11000111 100111 1000001 0 10110 100001000 110110 110101

Color Harmonies of #7945C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7945C7

Black with #7945C7

Text Example


Text Example

White with #7945C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7945C7; }

 p { color: rgb(121,69,199); }

 H1.HeaderClassName
 {
   color: #7945C7;
 }
 .AnyTagClassName
 {
   color: #7945C7;
 }
</style>

background-color css

<style>
 a { background-color: #7945C7; }

 a { background-color: rgb(121,69,199); }

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

border-color css

<style>
 span { border-color: #7945C7; }

 span { border-color: rgb(121,69,199); }

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