Html Css Color HEX #773CCF Purple Heart

📋 copy color: '#773CCF'

red 119 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #773CCF

Tints of Purple Heart #773CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.54%

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 30.83%
G = 15.54%
B = 53.63%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#773CCF (or 0x773CCF) is known color: Purple Heart. HEX triplet: 77, 3C and CF. RGB value is (119,60,207). Sum of RGB (Red+Green+Blue) = 119+60+207=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #773CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CCF is #88C330. Grayscale: #5D5D5D. Windows color (decimal): -8962865 or 13581431. OLE color: 13581431.

HSL color Cylindrical-coordinate representation of color #773CCF: hue angle of 264.08º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773CCF is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 60 207 -
CMYK 0.43 0.71 0 0.19
HSL 264.08º 0.6% 0.52% -
HSV(B) 264.08º 0.71% 0.81% -
XYZ 20.49 11.66 60.2 -
YUV 94.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 119 60 207 0.43 0.71 0 0.19 264.08 0.6 0.52
Hex 77 3C CF 2B 47 0 13 108 3C 34
Octal 167 74 317 53 107 0 23 410 74 64
Binary 1110111 111100 11001111 101011 1000111 0 10011 100001000 111100 110100

Color Harmonies of #773CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CCF

Black with #773CCF

Text Example


Text Example

White with #773CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773CCF; }

 p { color: rgb(119,60,207); }

 H1.HeaderClassName
 {
   color: #773CCF;
 }
 .AnyTagClassName
 {
   color: #773CCF;
 }
</style>

background-color css

<style>
 a { background-color: #773CCF; }

 a { background-color: rgb(119,60,207); }

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

border-color css

<style>
 span { border-color: #773CCF; }

 span { border-color: rgb(119,60,207); }

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