Html Css Color HEX #7B18DF Blue Violet

📋 copy color: '#7B18DF'

red 123 ◦ green 24 ◦ blue 223

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

Shades of Blue Violet #7B18DF

Tints of Blue Violet #7B18DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

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

R = 33.24%
G = 6.49%
B = 60.27%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B18DF (or 0x7B18DF) is known color: Blue Violet. HEX triplet: 7B, 18 and DF. RGB value is (123,24,223). Sum of RGB (Red+Green+Blue) = 123+24+223=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B18DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B18DF is #84E720. Grayscale: #4B4B4B. Windows color (decimal): -8709921 or 14620795. OLE color: 14620795.

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

Color convert

RGB 123 24 223 -
CMYK 0.45 0.89 0 0.13
HSL 269.85º 0.81% 0.48% -
HSV(B) 269.85º 0.89% 0.87% -
XYZ 21.81 10.19 70.63 -
YUV 76.29 210.8 161.32 -
System Red Green Blue C M Y K H S L
Decimal 123 24 223 0.45 0.89 0 0.13 269.85 0.81 0.48
Hex 7B 18 DF 2D 59 0 D 10E 51 30
Octal 173 30 337 55 131 0 15 416 121 60
Binary 1111011 11000 11011111 101101 1011001 0 1101 100001110 1010001 110000

Color Harmonies of #7B18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B18DF

Black with #7B18DF

Text Example


Text Example

White with #7B18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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