Html Css Color HEX #7B01DF Dark Violet

📋 copy color: '#7B01DF'

red 123 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #7B01DF

Tints of Dark Violet #7B01DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.27%

R = 35.45%
G = 0.29%
B = 64.27%

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

#7B01DF (or 0x7B01DF) is known color: Dark Violet. HEX triplet: 7B, 01 and DF. RGB value is (123,1,223). Sum of RGB (Red+Green+Blue) = 123+1+223=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B01DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B01DF is #84FE20. Grayscale: #3E3E3E. Windows color (decimal): -8715809 or 14614907. OLE color: 14614907.

HSL color Cylindrical-coordinate representation of color #7B01DF: hue angle of 272.97º 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 #7B01DF is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 1 223 -
CMYK 0.45 1.00 0 0.13
HSL 272.97º 0.99% 0.44% -
HSV(B) 272.97º 1% 0.87% -
XYZ 21.5 9.56 70.52 -
YUV 62.79 218.42 170.95 -
System Red Green Blue C M Y K H S L
Decimal 123 1 223 0.45 1.00 0 0.13 272.97 0.99 0.44
Hex 7B 1 DF 2D 64 0 D 111 63 2C
Octal 173 1 337 55 144 0 15 421 143 54
Binary 1111011 1 11011111 101101 1100100 0 1101 100010001 1100011 101100

Color Harmonies of #7B01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B01DF

Black with #7B01DF

Text Example


Text Example

White with #7B01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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