Html Css Color HEX #7002B9 Dark Violet

📋 copy color: '#7002B9'

red 112 ◦ green 2 ◦ blue 185

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

Shades of Dark Violet #7002B9

Tints of Dark Violet #7002B9

RGB

 RED value IS 112 (44.14% from 255) = 37.46%

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

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

R = 37.46%
G = 0.67%
B = 61.87%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7002B9 (or 0x7002B9) is known color: Dark Violet. HEX triplet: 70, 02 and B9. RGB value is (112,2,185). Sum of RGB (Red+Green+Blue) = 112+2+185=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 185 (72.66% from 255 or 61.87% from 299); Max value from RGB is 185 - color contains mainly: blue. Hex color #7002B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002B9 is #8FFD46. Grayscale: #373737. Windows color (decimal): -9436487 or 12124784. OLE color: 12124784.

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

Color convert

RGB 112 2 185 -
CMYK 0.39 0.99 0 0.27
HSL 276.07º 0.98% 0.37% -
HSV(B) 276.07º 0.99% 0.73% -
XYZ 15.46 6.99 46.43 -
YUV 55.75 200.94 168.12 -
System Red Green Blue C M Y K H S L
Decimal 112 2 185 0.39 0.99 0 0.27 276.07 0.98 0.37
Hex 70 2 B9 27 63 0 1B 114 62 25
Octal 160 2 271 47 143 0 33 424 142 45
Binary 1110000 10 10111001 100111 1100011 0 11011 100010100 1100010 100101

Color Harmonies of #7002B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7002B9

Black with #7002B9

Text Example


Text Example

White with #7002B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7002B9; }

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

 H1.HeaderClassName
 {
   color: #7002B9;
 }
 .AnyTagClassName
 {
   color: #7002B9;
 }
</style>

background-color css

<style>
 a { background-color: #7002B9; }

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

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

border-color css

<style>
 span { border-color: #7002B9; }

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

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