Html Css Color HEX #7B10DF Blue Violet

📋 copy color: '#7B10DF'

red 123 ◦ green 16 ◦ blue 223

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

Shades of Blue Violet #7B10DF

Tints of Blue Violet #7B10DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.42%

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

R = 33.98%
G = 4.42%
B = 61.6%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B10DF (or 0x7B10DF) is known color: Blue Violet. HEX triplet: 7B, 10 and DF. RGB value is (123,16,223). Sum of RGB (Red+Green+Blue) = 123+16+223=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B10DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B10DF is #84EF20. Grayscale: #464646. Windows color (decimal): -8711969 or 14618747. OLE color: 14618747.

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

Color convert

RGB 123 16 223 -
CMYK 0.45 0.93 0 0.13
HSL 271.01º 0.87% 0.47% -
HSV(B) 271.01º 0.93% 0.87% -
XYZ 21.67 9.91 70.58 -
YUV 71.59 213.45 164.67 -
System Red Green Blue C M Y K H S L
Decimal 123 16 223 0.45 0.93 0 0.13 271.01 0.87 0.47
Hex 7B 10 DF 2D 5D 0 D 10F 57 2F
Octal 173 20 337 55 135 0 15 417 127 57
Binary 1111011 10000 11011111 101101 1011101 0 1101 100001111 1010111 101111

Color Harmonies of #7B10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B10DF

Black with #7B10DF

Text Example


Text Example

White with #7B10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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