Html Css Color HEX #7B01DE Dark Violet

📋 copy color: '#7B01DE'

red 123 ◦ green 1 ◦ blue 222

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

Shades of Dark Violet #7B01DE

Tints of Dark Violet #7B01DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 35.55%
G = 0.29%
B = 64.16%

CMYK

 C value IS 0.45

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B01DE (or 0x7B01DE) is known color: Dark Violet. HEX triplet: 7B, 01 and DE. RGB value is (123,1,222). Sum of RGB (Red+Green+Blue) = 123+1+222=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B01DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B01DE is #84FE21. Grayscale: #3D3D3D. Windows color (decimal): -8715810 or 14549371. OLE color: 14549371.

HSL color Cylindrical-coordinate representation of color #7B01DE: hue angle of 273.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B01DE is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 1 222 -
CMYK 0.45 1.00 0 0.13
HSL 273.12º 0.99% 0.44% -
HSV(B) 273.12º 1% 0.87% -
XYZ 21.36 9.51 69.82 -
YUV 62.67 217.92 171.03 -
System Red Green Blue C M Y K H S L
Decimal 123 1 222 0.45 1.00 0 0.13 273.12 0.99 0.44
Hex 7B 1 DE 2D 64 0 D 111 63 2C
Octal 173 1 336 55 144 0 15 421 143 54
Binary 1111011 1 11011110 101101 1100100 0 1101 100010001 1100011 101100

Color Harmonies of #7B01DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B01DE

Black with #7B01DE

Text Example


Text Example

White with #7B01DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,1,222); }

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

background-color css

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

 a { background-color: rgb(123,1,222); }

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

border-color css

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

 span { border-color: rgb(123,1,222); }

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