Html Css Color HEX #7023DB Blue Violet

📋 copy color: '#7023DB'

red 112 ◦ green 35 ◦ blue 219

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

Shades of Blue Violet #7023DB

Tints of Blue Violet #7023DB

RGB

 RED value IS 112 (44.14% from 255) = 30.6%

 GREEN value IS 35 (14.06% from 255) = 9.56%

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

R = 30.6%
G = 9.56%
B = 59.84%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7023DB (or 0x7023DB) is known color: Blue Violet. HEX triplet: 70, 23 and DB. RGB value is (112,35,219). Sum of RGB (Red+Green+Blue) = 112+35+219=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #7023DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7023DB is #8FDC24. Grayscale: #4E4E4E. Windows color (decimal): -9428005 or 14361456. OLE color: 14361456.

HSL color Cylindrical-coordinate representation of color #7023DB: hue angle of 265.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7023DB is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 35 219 -
CMYK 0.49 0.84 0 0.14
HSL 265.11º 0.72% 0.5% -
HSV(B) 265.11º 0.84% 0.86% -
XYZ 20.07 9.76 67.84 -
YUV 79 207.01 151.54 -
System Red Green Blue C M Y K H S L
Decimal 112 35 219 0.49 0.84 0 0.14 265.11 0.72 0.5
Hex 70 23 DB 31 54 0 E 109 48 32
Octal 160 43 333 61 124 0 16 411 110 62
Binary 1110000 100011 11011011 110001 1010100 0 1110 100001001 1001000 110010

Color Harmonies of #7023DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7023DB

Black with #7023DB

Text Example


Text Example

White with #7023DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7023DB; }

 p { color: rgb(112,35,219); }

 H1.HeaderClassName
 {
   color: #7023DB;
 }
 .AnyTagClassName
 {
   color: #7023DB;
 }
</style>

background-color css

<style>
 a { background-color: #7023DB; }

 a { background-color: rgb(112,35,219); }

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

border-color css

<style>
 span { border-color: #7023DB; }

 span { border-color: rgb(112,35,219); }

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