Html Css Color HEX #7702BF Dark Violet

📋 copy color: '#7702BF'

red 119 ◦ green 2 ◦ blue 191

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

Shades of Dark Violet #7702BF

Tints of Dark Violet #7702BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.22%

R = 38.14%
G = 0.64%
B = 61.22%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7702BF (or 0x7702BF) is known color: Dark Violet. HEX triplet: 77, 02 and BF. RGB value is (119,2,191). Sum of RGB (Red+Green+Blue) = 119+2+191=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #7702BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702BF is #88FD40. Grayscale: #393939. Windows color (decimal): -8977729 or 12518007. OLE color: 12518007.

HSL color Cylindrical-coordinate representation of color #7702BF: hue angle of 277.14º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702BF is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 2 191 -
CMYK 0.38 0.99 0 0.25
HSL 277.14º 0.98% 0.38% -
HSV(B) 277.14º 0.99% 0.75% -
XYZ 17.03 7.73 49.88 -
YUV 58.53 202.76 171.13 -
System Red Green Blue C M Y K H S L
Decimal 119 2 191 0.38 0.99 0 0.25 277.14 0.98 0.38
Hex 77 2 BF 26 63 0 19 115 62 26
Octal 167 2 277 46 143 0 31 425 142 46
Binary 1110111 10 10111111 100110 1100011 0 11001 100010101 1100010 100110

Color Harmonies of #7702BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7702BF

Black with #7702BF

Text Example


Text Example

White with #7702BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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