Html Css Color HEX #7B0ECF Dark Violet

📋 copy color: '#7B0ECF'

red 123 ◦ green 14 ◦ blue 207

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

Shades of Dark Violet #7B0ECF

Tints of Dark Violet #7B0ECF

RGB

 RED value IS 123 (48.44% from 255) = 35.76%

 GREEN value IS 14 (5.86% from 255) = 4.07%

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

R = 35.76%
G = 4.07%
B = 60.17%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B0ECF (or 0x7B0ECF) is known color: Dark Violet. HEX triplet: 7B, 0E and CF. RGB value is (123,14,207). Sum of RGB (Red+Green+Blue) = 123+14+207=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B0ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ECF is #84F130. Grayscale: #434343. Windows color (decimal): -8712497 or 13569659. OLE color: 13569659.

HSL color Cylindrical-coordinate representation of color #7B0ECF: hue angle of 273.89º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0ECF is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 14 207 -
CMYK 0.41 0.93 0 0.19
HSL 273.89º 0.87% 0.43% -
HSV(B) 273.89º 0.93% 0.81% -
XYZ 19.59 9.03 59.74 -
YUV 68.59 206.11 166.81 -
System Red Green Blue C M Y K H S L
Decimal 123 14 207 0.41 0.93 0 0.19 273.89 0.87 0.43
Hex 7B E CF 29 5D 0 13 112 57 2B
Octal 173 16 317 51 135 0 23 422 127 53
Binary 1111011 1110 11001111 101001 1011101 0 10011 100010010 1010111 101011

Color Harmonies of #7B0ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0ECF

Black with #7B0ECF

Text Example


Text Example

White with #7B0ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B0ECF; }

 p { color: rgb(123,14,207); }

 H1.HeaderClassName
 {
   color: #7B0ECF;
 }
 .AnyTagClassName
 {
   color: #7B0ECF;
 }
</style>

background-color css

<style>
 a { background-color: #7B0ECF; }

 a { background-color: rgb(123,14,207); }

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

border-color css

<style>
 span { border-color: #7B0ECF; }

 span { border-color: rgb(123,14,207); }

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