Html Css Color HEX #7702DD Dark Violet

📋 copy color: '#7702DD'

red 119 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #7702DD

Tints of Dark Violet #7702DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 34.8%
G = 0.58%
B = 64.62%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7702DD (or 0x7702DD) is known color: Dark Violet. HEX triplet: 77, 02 and DD. RGB value is (119,2,221). Sum of RGB (Red+Green+Blue) = 119+2+221=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #7702DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702DD is #88FD22. Grayscale: #3D3D3D. Windows color (decimal): -8977699 or 14484087. OLE color: 14484087.

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

Color convert

RGB 119 2 221 -
CMYK 0.46 0.99 0 0.13
HSL 272.05º 0.98% 0.44% -
HSV(B) 272.05º 0.99% 0.87% -
XYZ 20.68 9.19 69.09 -
YUV 61.95 217.76 168.69 -
System Red Green Blue C M Y K H S L
Decimal 119 2 221 0.46 0.99 0 0.13 272.05 0.98 0.44
Hex 77 2 DD 2E 63 0 D 110 62 2C
Octal 167 2 335 56 143 0 15 420 142 54
Binary 1110111 10 11011101 101110 1100011 0 1101 100010000 1100010 101100

Color Harmonies of #7702DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7702DD

Black with #7702DD

Text Example


Text Example

White with #7702DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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