Html Css Color HEX #7101CC Dark Violet

📋 copy color: '#7101CC'

red 113 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #7101CC

Tints of Dark Violet #7101CC

RGB

 RED value IS 113 (44.53% from 255) = 35.53%

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 35.53%
G = 0.31%
B = 64.15%

CMYK

 C value IS 0.45

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7101CC (or 0x7101CC) is known color: Dark Violet. HEX triplet: 71, 01 and CC. RGB value is (113,1,204). Sum of RGB (Red+Green+Blue) = 113+1+204=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #7101CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7101CC is #8EFE33. Grayscale: #383838. Windows color (decimal): -9371188 or 13369713. OLE color: 13369713.

HSL color Cylindrical-coordinate representation of color #7101CC: hue angle of 273.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7101CC is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 1 204 -
CMYK 0.45 1.00 0 0.2
HSL 273.1º 0.99% 0.4% -
HSV(B) 273.1º 1% 0.8% -
XYZ 17.72 7.89 57.72 -
YUV 57.63 210.61 167.49 -
System Red Green Blue C M Y K H S L
Decimal 113 1 204 0.45 1.00 0 0.2 273.1 0.99 0.4
Hex 71 1 CC 2D 64 0 14 111 63 28
Octal 161 1 314 55 144 0 24 421 143 50
Binary 1110001 1 11001100 101101 1100100 0 10100 100010001 1100011 101000

Color Harmonies of #7101CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7101CC

Black with #7101CC

Text Example


Text Example

White with #7101CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,1,204); }

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

background-color css

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

 a { background-color: rgb(113,1,204); }

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

border-color css

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

 span { border-color: rgb(113,1,204); }

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