Html Css Color HEX #781AED Blue Violet

📋 copy color: '#781AED'

red 120 ◦ green 26 ◦ blue 237

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

Shades of Blue Violet #781AED

Tints of Blue Violet #781AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

 BLUE value IS 237 (92.97% from 255) = 61.88%

R = 31.33%
G = 6.79%
B = 61.88%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#781AED (or 0x781AED) is known color: Blue Violet. HEX triplet: 78, 1A and ED. RGB value is (120,26,237). Sum of RGB (Red+Green+Blue) = 120+26+237=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #781AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AED is #87E512. Grayscale: #4D4D4D. Windows color (decimal): -8906003 or 15538808. OLE color: 15538808.

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

Color convert

RGB 120 26 237 -
CMYK 0.49 0.89 0 0.07
HSL 266.73º 0.85% 0.52% -
HSV(B) 266.73º 0.89% 0.93% -
XYZ 23.4 10.85 80.98 -
YUV 78.16 217.64 157.84 -
System Red Green Blue C M Y K H S L
Decimal 120 26 237 0.49 0.89 0 0.07 266.73 0.85 0.52
Hex 78 1A ED 31 59 0 7 10B 55 34
Octal 170 32 355 61 131 0 7 413 125 64
Binary 1111000 11010 11101101 110001 1011001 0 111 100001011 1010101 110100

Color Harmonies of #781AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AED

Black with #781AED

Text Example


Text Example

White with #781AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,237); }

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

background-color css

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

 a { background-color: rgb(120,26,237); }

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

border-color css

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

 span { border-color: rgb(120,26,237); }

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