Html Css Color HEX #7002BB Dark Violet

📋 copy color: '#7002BB'

red 112 ◦ green 2 ◦ blue 187

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

Shades of Dark Violet #7002BB

Tints of Dark Violet #7002BB

RGB

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

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

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

R = 37.21%
G = 0.66%
B = 62.13%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7002BB (or 0x7002BB) is known color: Dark Violet. HEX triplet: 70, 02 and BB. RGB value is (112,2,187). Sum of RGB (Red+Green+Blue) = 112+2+187=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #7002BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002BB is #8FFD44. Grayscale: #373737. Windows color (decimal): -9436485 or 12255856. OLE color: 12255856.

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

Color convert

RGB 112 2 187 -
CMYK 0.40 0.99 0 0.27
HSL 275.68º 0.98% 0.37% -
HSV(B) 275.68º 0.99% 0.73% -
XYZ 15.67 7.08 47.55 -
YUV 55.98 201.94 167.96 -
System Red Green Blue C M Y K H S L
Decimal 112 2 187 0.40 0.99 0 0.27 275.68 0.98 0.37
Hex 70 2 BB 28 63 0 1B 114 62 25
Octal 160 2 273 50 143 0 33 424 142 45
Binary 1110000 10 10111011 101000 1100011 0 11011 100010100 1100010 100101

Color Harmonies of #7002BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7002BB

Black with #7002BB

Text Example


Text Example

White with #7002BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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