Html Css Color HEX #7000CA Dark Violet

📋 copy color: '#7000CA'

red 112 ◦ green 0 ◦ blue 202

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

Shades of Dark Violet #7000CA

Tints of Dark Violet #7000CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 35.67%
G = 0%
B = 64.33%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7000CA (or 0x7000CA) is known color: Dark Violet. HEX triplet: 70, 00 and CA. RGB value is (112,0,202). Sum of RGB (Red+Green+Blue) = 112+0+202=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #7000CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000CA is #8FFF35. Grayscale: #373737. Windows color (decimal): -9436982 or 13238384. OLE color: 13238384.

HSL color Cylindrical-coordinate representation of color #7000CA: hue angle of 273.27º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000CA is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 0 202 -
CMYK 0.45 1 0 0.21
HSL 273.27º 1% 0.4% -
HSV(B) 273.27º 1% 0.79% -
XYZ 17.34 7.71 56.45 -
YUV 56.52 210.11 167.57 -
System Red Green Blue C M Y K H S L
Decimal 112 0 202 0.45 1 0 0.21 273.27 1 0.4
Hex 70 0 CA 2D 64 0 15 111 64 28
Octal 160 0 312 55 144 0 25 421 144 50
Binary 1110000 0 11001010 101101 1100100 0 10101 100010001 1100100 101000

Color Harmonies of #7000CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000CA

Black with #7000CA

Text Example


Text Example

White with #7000CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7000CA; }

 p { color: rgb(112,0,202); }

 H1.HeaderClassName
 {
   color: #7000CA;
 }
 .AnyTagClassName
 {
   color: #7000CA;
 }
</style>

background-color css

<style>
 a { background-color: #7000CA; }

 a { background-color: rgb(112,0,202); }

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

border-color css

<style>
 span { border-color: #7000CA; }

 span { border-color: rgb(112,0,202); }

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