Html Css Color HEX #773DCF Purple Heart

📋 copy color: '#773DCF'

red 119 ◦ green 61 ◦ blue 207

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

Shades of Purple Heart #773DCF

Tints of Purple Heart #773DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.76%

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

R = 30.75%
G = 15.76%
B = 53.49%

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

#773DCF (or 0x773DCF) is known color: Purple Heart. HEX triplet: 77, 3D and CF. RGB value is (119,61,207). Sum of RGB (Red+Green+Blue) = 119+61+207=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #773DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DCF is #88C230. Grayscale: #5E5E5E. Windows color (decimal): -8962609 or 13581687. OLE color: 13581687.

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

Color convert

RGB 119 61 207 -
CMYK 0.43 0.71 0 0.19
HSL 263.84º 0.6% 0.53% -
HSV(B) 263.84º 0.71% 0.81% -
XYZ 20.54 11.76 60.22 -
YUV 94.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 119 61 207 0.43 0.71 0 0.19 263.84 0.6 0.53
Hex 77 3D CF 2B 47 0 13 108 3C 35
Octal 167 75 317 53 107 0 23 410 74 65
Binary 1110111 111101 11001111 101011 1000111 0 10011 100001000 111100 110101

Color Harmonies of #773DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DCF

Black with #773DCF

Text Example


Text Example

White with #773DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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