Html Css Color HEX #7B1CEC Blue Violet

📋 copy color: '#7B1CEC'

red 123 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #7B1CEC

Tints of Blue Violet #7B1CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 236 (92.58% from 255) = 60.98%

R = 31.78%
G = 7.24%
B = 60.98%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B1CEC (or 0x7B1CEC) is known color: Blue Violet. HEX triplet: 7B, 1C and EC. RGB value is (123,28,236). Sum of RGB (Red+Green+Blue) = 123+28+236=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B1CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B1CEC is #84E313. Grayscale: #4F4F4F. Windows color (decimal): -8708884 or 15473787. OLE color: 15473787.

HSL color Cylindrical-coordinate representation of color #7B1CEC: hue angle of 267.4º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B1CEC is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 28 236 -
CMYK 0.48 0.88 0 0.07
HSL 267.4º 0.85% 0.52% -
HSV(B) 267.4º 0.88% 0.93% -
XYZ 23.72 11.1 80.25 -
YUV 80.12 215.97 158.59 -
System Red Green Blue C M Y K H S L
Decimal 123 28 236 0.48 0.88 0 0.07 267.4 0.85 0.52
Hex 7B 1C EC 30 58 0 7 10B 55 34
Octal 173 34 354 60 130 0 7 413 125 64
Binary 1111011 11100 11101100 110000 1011000 0 111 100001011 1010101 110100

Color Harmonies of #7B1CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1CEC

Black with #7B1CEC

Text Example


Text Example

White with #7B1CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,28,236); }

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

background-color css

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

 a { background-color: rgb(123,28,236); }

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

border-color css

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

 span { border-color: rgb(123,28,236); }

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