Html Css Color HEX #7703C1 Dark Violet

📋 copy color: '#7703C1'

red 119 ◦ green 3 ◦ blue 193

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

Shades of Dark Violet #7703C1

Tints of Dark Violet #7703C1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 193 (75.78% from 255) = 61.27%

R = 37.78%
G = 0.95%
B = 61.27%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7703C1 (or 0x7703C1) is known color: Dark Violet. HEX triplet: 77, 03 and C1. RGB value is (119,3,193). Sum of RGB (Red+Green+Blue) = 119+3+193=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #7703C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7703C1 is #88FC3E. Grayscale: #3A3A3A. Windows color (decimal): -8977471 or 12649335. OLE color: 12649335.

HSL color Cylindrical-coordinate representation of color #7703C1: hue angle of 276.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7703C1 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 3 193 -
CMYK 0.38 0.98 0 0.24
HSL 276.63º 0.97% 0.38% -
HSV(B) 276.63º 0.98% 0.76% -
XYZ 17.27 7.84 51.05 -
YUV 59.34 203.43 170.55 -
System Red Green Blue C M Y K H S L
Decimal 119 3 193 0.38 0.98 0 0.24 276.63 0.97 0.38
Hex 77 3 C1 26 62 0 18 115 61 26
Octal 167 3 301 46 142 0 30 425 141 46
Binary 1110111 11 11000001 100110 1100010 0 11000 100010101 1100001 100110

Color Harmonies of #7703C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7703C1

Black with #7703C1

Text Example


Text Example

White with #7703C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7703C1; }

 p { color: rgb(119,3,193); }

 H1.HeaderClassName
 {
   color: #7703C1;
 }
 .AnyTagClassName
 {
   color: #7703C1;
 }
</style>

background-color css

<style>
 a { background-color: #7703C1; }

 a { background-color: rgb(119,3,193); }

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

border-color css

<style>
 span { border-color: #7703C1; }

 span { border-color: rgb(119,3,193); }

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