Html Css Color HEX #7100CF Dark Violet

📋 copy color: '#7100CF'

red 113 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #7100CF

Tints of Dark Violet #7100CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.69%

R = 35.31%
G = 0%
B = 64.69%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7100CF (or 0x7100CF) is known color: Dark Violet. HEX triplet: 71, 00 and CF. RGB value is (113,0,207). Sum of RGB (Red+Green+Blue) = 113+0+207=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #7100CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100CF is #8EFF30. Grayscale: #383838. Windows color (decimal): -9371441 or 13566065. OLE color: 13566065.

HSL color Cylindrical-coordinate representation of color #7100CF: hue angle of 272.75º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100CF is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 0 207 -
CMYK 0.45 1 0 0.19
HSL 272.75º 1% 0.41% -
HSV(B) 272.75º 1% 0.81% -
XYZ 18.07 8.02 59.63 -
YUV 57.39 212.44 167.67 -
System Red Green Blue C M Y K H S L
Decimal 113 0 207 0.45 1 0 0.19 272.75 1 0.41
Hex 71 0 CF 2D 64 0 13 111 64 29
Octal 161 0 317 55 144 0 23 421 144 51
Binary 1110001 0 11001111 101101 1100100 0 10011 100010001 1100100 101001

Color Harmonies of #7100CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7100CF

Black with #7100CF

Text Example


Text Example

White with #7100CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7100CF; }

 p { color: rgb(113,0,207); }

 H1.HeaderClassName
 {
   color: #7100CF;
 }
 .AnyTagClassName
 {
   color: #7100CF;
 }
</style>

background-color css

<style>
 a { background-color: #7100CF; }

 a { background-color: rgb(113,0,207); }

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

border-color css

<style>
 span { border-color: #7100CF; }

 span { border-color: rgb(113,0,207); }

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