Html Css Color HEX #781CEC Blue Violet

📋 copy color: '#781CEC'

red 120 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #781CEC

Tints of Blue Violet #781CEC

RGB

 RED value IS 120 (47.27% from 255) = 31.25%

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

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

R = 31.25%
G = 7.29%
B = 61.46%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#781CEC (or 0x781CEC) is known color: Blue Violet. HEX triplet: 78, 1C and EC. RGB value is (120,28,236). Sum of RGB (Red+Green+Blue) = 120+28+236=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #781CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CEC is #87E313. Grayscale: #4E4E4E. Windows color (decimal): -8905492 or 15473784. OLE color: 15473784.

HSL color Cylindrical-coordinate representation of color #781CEC: hue angle of 266.54º 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 #781CEC is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 28 236 -
CMYK 0.49 0.88 0 0.07
HSL 266.54º 0.85% 0.52% -
HSV(B) 266.54º 0.88% 0.93% -
XYZ 23.3 10.88 80.23 -
YUV 79.22 216.48 157.09 -
System Red Green Blue C M Y K H S L
Decimal 120 28 236 0.49 0.88 0 0.07 266.54 0.85 0.52
Hex 78 1C EC 31 58 0 7 10B 55 34
Octal 170 34 354 61 130 0 7 413 125 64
Binary 1111000 11100 11101100 110001 1011000 0 111 100001011 1010101 110100

Color Harmonies of #781CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CEC

Black with #781CEC

Text Example


Text Example

White with #781CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781CEC; }

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

 H1.HeaderClassName
 {
   color: #781CEC;
 }
 .AnyTagClassName
 {
   color: #781CEC;
 }
</style>

background-color css

<style>
 a { background-color: #781CEC; }

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

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

border-color css

<style>
 span { border-color: #781CEC; }

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

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