Html Css Color HEX #7005CC Dark Violet

📋 copy color: '#7005CC'

red 112 ◦ green 5 ◦ blue 204

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

Shades of Dark Violet #7005CC

Tints of Dark Violet #7005CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 34.89%
G = 1.56%
B = 63.55%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7005CC (or 0x7005CC) is known color: Dark Violet. HEX triplet: 70, 05 and CC. RGB value is (112,5,204). Sum of RGB (Red+Green+Blue) = 112+5+204=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #7005CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7005CC is #8FFA33. Grayscale: #3A3A3A. Windows color (decimal): -9435700 or 13370736. OLE color: 13370736.

HSL color Cylindrical-coordinate representation of color #7005CC: hue angle of 272.26º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7005CC is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 5 204 -
CMYK 0.45 0.98 0 0.2
HSL 272.26º 0.95% 0.41% -
HSV(B) 272.26º 0.98% 0.8% -
XYZ 17.64 7.91 57.72 -
YUV 59.68 209.45 165.32 -
System Red Green Blue C M Y K H S L
Decimal 112 5 204 0.45 0.98 0 0.2 272.26 0.95 0.41
Hex 70 5 CC 2D 62 0 14 110 5F 29
Octal 160 5 314 55 142 0 24 420 137 51
Binary 1110000 101 11001100 101101 1100010 0 10100 100010000 1011111 101001

Color Harmonies of #7005CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7005CC

Black with #7005CC

Text Example


Text Example

White with #7005CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7005CC; }

 p { color: rgb(112,5,204); }

 H1.HeaderClassName
 {
   color: #7005CC;
 }
 .AnyTagClassName
 {
   color: #7005CC;
 }
</style>

background-color css

<style>
 a { background-color: #7005CC; }

 a { background-color: rgb(112,5,204); }

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

border-color css

<style>
 span { border-color: #7005CC; }

 span { border-color: rgb(112,5,204); }

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