Html Css Color HEX #7745CA Purple Heart

📋 copy color: '#7745CA'

red 119 ◦ green 69 ◦ blue 202

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

Shades of Purple Heart #7745CA

Tints of Purple Heart #7745CA

RGB

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

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

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

R = 30.51%
G = 17.69%
B = 51.79%

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

#7745CA (or 0x7745CA) is known color: Purple Heart. HEX triplet: 77, 45 and CA. RGB value is (119,69,202). Sum of RGB (Red+Green+Blue) = 119+69+202=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #7745CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7745CA is #88BA35. Grayscale: #626262. Windows color (decimal): -8960566 or 13256055. OLE color: 13256055.

HSL color Cylindrical-coordinate representation of color #7745CA: hue angle of 262.56º 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 #7745CA is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 69 202 -
CMYK 0.41 0.66 0 0.21
HSL 262.56º 0.56% 0.53% -
HSV(B) 262.56º 0.66% 0.79% -
XYZ 20.4 12.44 57.2 -
YUV 99.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 119 69 202 0.41 0.66 0 0.21 262.56 0.56 0.53
Hex 77 45 CA 29 42 0 15 107 38 35
Octal 167 105 312 51 102 0 25 407 70 65
Binary 1110111 1000101 11001010 101001 1000010 0 10101 100000111 111000 110101

Color Harmonies of #7745CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7745CA

Black with #7745CA

Text Example


Text Example

White with #7745CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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