Html Css Color HEX #7740CA Purple Heart

📋 copy color: '#7740CA'

red 119 ◦ green 64 ◦ blue 202

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

Shades of Purple Heart #7740CA

Tints of Purple Heart #7740CA

RGB

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

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

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

R = 30.91%
G = 16.62%
B = 52.47%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7740CA (or 0x7740CA) is known color: Purple Heart. HEX triplet: 77, 40 and CA. RGB value is (119,64,202). Sum of RGB (Red+Green+Blue) = 119+64+202=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #7740CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740CA is #88BF35. Grayscale: #5F5F5F. Windows color (decimal): -8961846 or 13254775. OLE color: 13254775.

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

Color convert

RGB 119 64 202 -
CMYK 0.41 0.68 0 0.21
HSL 263.91º 0.57% 0.52% -
HSV(B) 263.91º 0.68% 0.79% -
XYZ 20.1 11.85 57.11 -
YUV 96.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 119 64 202 0.41 0.68 0 0.21 263.91 0.57 0.52
Hex 77 40 CA 29 44 0 15 108 39 34
Octal 167 100 312 51 104 0 25 410 71 64
Binary 1110111 1000000 11001010 101001 1000100 0 10101 100001000 111001 110100

Color Harmonies of #7740CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740CA

Black with #7740CA

Text Example


Text Example

White with #7740CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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