Html Css Color HEX #7702BB Dark Violet

📋 copy color: '#7702BB'

red 119 ◦ green 2 ◦ blue 187

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

Shades of Dark Violet #7702BB

Tints of Dark Violet #7702BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.71%

R = 38.64%
G = 0.65%
B = 60.71%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7702BB (or 0x7702BB) is known color: Dark Violet. HEX triplet: 77, 02 and BB. RGB value is (119,2,187). Sum of RGB (Red+Green+Blue) = 119+2+187=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #7702BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702BB is #88FD44. Grayscale: #393939. Windows color (decimal): -8977733 or 12255863. OLE color: 12255863.

HSL color Cylindrical-coordinate representation of color #7702BB: hue angle of 277.95º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702BB is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 2 187 -
CMYK 0.36 0.99 0 0.27
HSL 277.95º 0.98% 0.37% -
HSV(B) 277.95º 0.99% 0.73% -
XYZ 16.6 7.55 47.6 -
YUV 58.07 200.76 171.46 -
System Red Green Blue C M Y K H S L
Decimal 119 2 187 0.36 0.99 0 0.27 277.95 0.98 0.37
Hex 77 2 BB 24 63 0 1B 116 62 25
Octal 167 2 273 44 143 0 33 426 142 45
Binary 1110111 10 10111011 100100 1100011 0 11011 100010110 1100010 100101

Color Harmonies of #7702BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7702BB

Black with #7702BB

Text Example


Text Example

White with #7702BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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