Html Css Color HEX #7744CA Purple Heart

📋 copy color: '#7744CA'

red 119 ◦ green 68 ◦ blue 202

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

Shades of Purple Heart #7744CA

Tints of Purple Heart #7744CA

RGB

 RED value IS 119 (46.88% from 255) = 30.59%

 GREEN value IS 68 (26.95% from 255) = 17.48%

 BLUE value IS 202 (79.3% from 255) = 51.93%

R = 30.59%
G = 17.48%
B = 51.93%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7744CA (or 0x7744CA) is known color: Purple Heart. HEX triplet: 77, 44 and CA. RGB value is (119,68,202). Sum of RGB (Red+Green+Blue) = 119+68+202=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #7744CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744CA is #88BB35. Grayscale: #626262. Windows color (decimal): -8960822 or 13255799. OLE color: 13255799.

HSL color Cylindrical-coordinate representation of color #7744CA: hue angle of 262.84º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7744CA is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 68 202 -
CMYK 0.41 0.66 0 0.21
HSL 262.84º 0.56% 0.53% -
HSV(B) 262.84º 0.66% 0.79% -
XYZ 20.34 12.32 57.18 -
YUV 98.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 119 68 202 0.41 0.66 0 0.21 262.84 0.56 0.53
Hex 77 44 CA 29 42 0 15 107 38 35
Octal 167 104 312 51 102 0 25 407 70 65
Binary 1110111 1000100 11001010 101001 1000010 0 10101 100000111 111000 110101

Color Harmonies of #7744CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7744CA

Black with #7744CA

Text Example


Text Example

White with #7744CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7744CA; }

 p { color: rgb(119,68,202); }

 H1.HeaderClassName
 {
   color: #7744CA;
 }
 .AnyTagClassName
 {
   color: #7744CA;
 }
</style>

background-color css

<style>
 a { background-color: #7744CA; }

 a { background-color: rgb(119,68,202); }

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

border-color css

<style>
 span { border-color: #7744CA; }

 span { border-color: rgb(119,68,202); }

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