Html Css Color HEX #7B02B9 Dark Violet

📋 copy color: '#7B02B9'

red 123 ◦ green 2 ◦ blue 185

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

Shades of Dark Violet #7B02B9

Tints of Dark Violet #7B02B9

RGB

 RED value IS 123 (48.44% from 255) = 39.68%

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

 BLUE value IS 185 (72.66% from 255) = 59.68%

R = 39.68%
G = 0.65%
B = 59.68%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B02B9 (or 0x7B02B9) is known color: Dark Violet. HEX triplet: 7B, 02 and B9. RGB value is (123,2,185). Sum of RGB (Red+Green+Blue) = 123+2+185=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 185 (72.66% from 255 or 59.68% from 310); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B02B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B02B9 is #84FD46. Grayscale: #3A3A3A. Windows color (decimal): -8715591 or 12124795. OLE color: 12124795.

HSL color Cylindrical-coordinate representation of color #7B02B9: hue angle of 279.67º 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 #7B02B9 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 2 185 -
CMYK 0.34 0.99 0 0.27
HSL 279.67º 0.98% 0.37% -
HSV(B) 279.67º 0.99% 0.73% -
XYZ 16.95 7.76 46.5 -
YUV 59.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 123 2 185 0.34 0.99 0 0.27 279.67 0.98 0.37
Hex 7B 2 B9 22 63 0 1B 118 62 25
Octal 173 2 271 42 143 0 33 430 142 45
Binary 1111011 10 10111001 100010 1100011 0 11011 100011000 1100010 100101

Color Harmonies of #7B02B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B02B9

Black with #7B02B9

Text Example


Text Example

White with #7B02B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B02B9; }

 p { color: rgb(123,2,185); }

 H1.HeaderClassName
 {
   color: #7B02B9;
 }
 .AnyTagClassName
 {
   color: #7B02B9;
 }
</style>

background-color css

<style>
 a { background-color: #7B02B9; }

 a { background-color: rgb(123,2,185); }

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

border-color css

<style>
 span { border-color: #7B02B9; }

 span { border-color: rgb(123,2,185); }

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