Html Css Color HEX #7002C2 Dark Violet

📋 copy color: '#7002C2'

red 112 ◦ green 2 ◦ blue 194

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

Shades of Dark Violet #7002C2

Tints of Dark Violet #7002C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 62.99%

R = 36.36%
G = 0.65%
B = 62.99%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7002C2 (or 0x7002C2) is known color: Dark Violet. HEX triplet: 70, 02 and C2. RGB value is (112,2,194). Sum of RGB (Red+Green+Blue) = 112+2+194=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 194 (76.17% from 255 or 62.99% from 308); Max value from RGB is 194 - color contains mainly: blue. Hex color #7002C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002C2 is #8FFD3D. Grayscale: #383838. Windows color (decimal): -9436478 or 12714608. OLE color: 12714608.

HSL color Cylindrical-coordinate representation of color #7002C2: hue angle of 274.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002C2 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 2 194 -
CMYK 0.42 0.99 0 0.24
HSL 274.38º 0.98% 0.38% -
HSV(B) 274.38º 0.99% 0.76% -
XYZ 16.44 7.38 51.6 -
YUV 56.78 205.44 167.39 -
System Red Green Blue C M Y K H S L
Decimal 112 2 194 0.42 0.99 0 0.24 274.38 0.98 0.38
Hex 70 2 C2 2A 63 0 18 112 62 26
Octal 160 2 302 52 143 0 30 422 142 46
Binary 1110000 10 11000010 101010 1100011 0 11000 100010010 1100010 100110

Color Harmonies of #7002C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7002C2

Black with #7002C2

Text Example


Text Example

White with #7002C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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