Html Css Color HEX #731ADB Blue Violet

📋 copy color: '#731ADB'

red 115 ◦ green 26 ◦ blue 219

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

Shades of Blue Violet #731ADB

Tints of Blue Violet #731ADB

RGB

 RED value IS 115 (45.31% from 255) = 31.94%

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

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 31.94%
G = 7.22%
B = 60.83%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#731ADB (or 0x731ADB) is known color: Blue Violet. HEX triplet: 73, 1A and DB. RGB value is (115,26,219). Sum of RGB (Red+Green+Blue) = 115+26+219=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #731ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ADB is #8CE524. Grayscale: #494949. Windows color (decimal): -9233701 or 14359155. OLE color: 14359155.

HSL color Cylindrical-coordinate representation of color #731ADB: hue angle of 267.67º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731ADB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 26 219 -
CMYK 0.47 0.88 0 0.14
HSL 267.67º 0.79% 0.48% -
HSV(B) 267.67º 0.88% 0.86% -
XYZ 20.23 9.5 67.79 -
YUV 74.61 209.49 156.81 -
System Red Green Blue C M Y K H S L
Decimal 115 26 219 0.47 0.88 0 0.14 267.67 0.79 0.48
Hex 73 1A DB 2F 58 0 E 10C 4F 30
Octal 163 32 333 57 130 0 16 414 117 60
Binary 1110011 11010 11011011 101111 1011000 0 1110 100001100 1001111 110000

Color Harmonies of #731ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731ADB

Black with #731ADB

Text Example


Text Example

White with #731ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731ADB; }

 p { color: rgb(115,26,219); }

 H1.HeaderClassName
 {
   color: #731ADB;
 }
 .AnyTagClassName
 {
   color: #731ADB;
 }
</style>

background-color css

<style>
 a { background-color: #731ADB; }

 a { background-color: rgb(115,26,219); }

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

border-color css

<style>
 span { border-color: #731ADB; }

 span { border-color: rgb(115,26,219); }

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