Html Css Color HEX #7945CC Purple Heart

📋 copy color: '#7945CC'

red 121 ◦ green 69 ◦ blue 204

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

Shades of Purple Heart #7945CC

Tints of Purple Heart #7945CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 30.71%
G = 17.51%
B = 51.78%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7945CC (or 0x7945CC) is known color: Purple Heart. HEX triplet: 79, 45 and CC. RGB value is (121,69,204). Sum of RGB (Red+Green+Blue) = 121+69+204=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #7945CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7945CC is #86BA33. Grayscale: #636363. Windows color (decimal): -8829492 or 13387129. OLE color: 13387129.

HSL color Cylindrical-coordinate representation of color #7945CC: hue angle of 263.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7945CC is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 69 204 -
CMYK 0.41 0.66 0 0.2
HSL 263.11º 0.57% 0.54% -
HSV(B) 263.11º 0.66% 0.8% -
XYZ 20.91 12.68 58.47 -
YUV 99.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 121 69 204 0.41 0.66 0 0.2 263.11 0.57 0.54
Hex 79 45 CC 29 42 0 14 107 39 36
Octal 171 105 314 51 102 0 24 407 71 66
Binary 1111001 1000101 11001100 101001 1000010 0 10100 100000111 111001 110110

Color Harmonies of #7945CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7945CC

Black with #7945CC

Text Example


Text Example

White with #7945CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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