Html Css Color HEX #781ADF Blue Violet

📋 copy color: '#781ADF'

red 120 ◦ green 26 ◦ blue 223

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

Shades of Blue Violet #781ADF

Tints of Blue Violet #781ADF

RGB

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

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

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

R = 32.52%
G = 7.05%
B = 60.43%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#781ADF (or 0x781ADF) is known color: Blue Violet. HEX triplet: 78, 1A and DF. RGB value is (120,26,223). Sum of RGB (Red+Green+Blue) = 120+26+223=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #781ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ADF is #87E520. Grayscale: #4B4B4B. Windows color (decimal): -8906017 or 14621304. OLE color: 14621304.

HSL color Cylindrical-coordinate representation of color #781ADF: hue angle of 268.63º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781ADF is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 26 223 -
CMYK 0.46 0.88 0 0.13
HSL 268.63º 0.79% 0.49% -
HSV(B) 268.63º 0.88% 0.87% -
XYZ 21.43 10.06 70.62 -
YUV 76.56 210.64 158.98 -
System Red Green Blue C M Y K H S L
Decimal 120 26 223 0.46 0.88 0 0.13 268.63 0.79 0.49
Hex 78 1A DF 2E 58 0 D 10D 4F 31
Octal 170 32 337 56 130 0 15 415 117 61
Binary 1111000 11010 11011111 101110 1011000 0 1101 100001101 1001111 110001

Color Harmonies of #781ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781ADF

Black with #781ADF

Text Example


Text Example

White with #781ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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