Html Css Color HEX #7702DC Dark Violet

📋 copy color: '#7702DC'

red 119 ◦ green 2 ◦ blue 220

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

Shades of Dark Violet #7702DC

Tints of Dark Violet #7702DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 34.9%
G = 0.59%
B = 64.52%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7702DC (or 0x7702DC) is known color: Dark Violet. HEX triplet: 77, 02 and DC. RGB value is (119,2,220). Sum of RGB (Red+Green+Blue) = 119+2+220=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #7702DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702DC is #88FD23. Grayscale: #3D3D3D. Windows color (decimal): -8977700 or 14418551. OLE color: 14418551.

HSL color Cylindrical-coordinate representation of color #7702DC: hue angle of 272.2º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702DC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 2 220 -
CMYK 0.46 0.99 0 0.14
HSL 272.2º 0.98% 0.44% -
HSV(B) 272.2º 0.99% 0.86% -
XYZ 20.55 9.13 68.39 -
YUV 61.84 217.26 168.77 -
System Red Green Blue C M Y K H S L
Decimal 119 2 220 0.46 0.99 0 0.14 272.2 0.98 0.44
Hex 77 2 DC 2E 63 0 E 110 62 2C
Octal 167 2 334 56 143 0 16 420 142 54
Binary 1110111 10 11011100 101110 1100011 0 1110 100010000 1100010 101100

Color Harmonies of #7702DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7702DC

Black with #7702DC

Text Example


Text Example

White with #7702DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7702DC; }

 p { color: rgb(119,2,220); }

 H1.HeaderClassName
 {
   color: #7702DC;
 }
 .AnyTagClassName
 {
   color: #7702DC;
 }
</style>

background-color css

<style>
 a { background-color: #7702DC; }

 a { background-color: rgb(119,2,220); }

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

border-color css

<style>
 span { border-color: #7702DC; }

 span { border-color: rgb(119,2,220); }

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