Html Css Color HEX #750DDB Blue Violet

📋 copy color: '#750DDB'

red 117 ◦ green 13 ◦ blue 219

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

Shades of Blue Violet #750DDB

Tints of Blue Violet #750DDB

RGB

 RED value IS 117 (46.09% from 255) = 33.52%

 GREEN value IS 13 (5.47% from 255) = 3.72%

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

R = 33.52%
G = 3.72%
B = 62.75%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#750DDB (or 0x750DDB) is known color: Blue Violet. HEX triplet: 75, 0D and DB. RGB value is (117,13,219). Sum of RGB (Red+Green+Blue) = 117+13+219=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #750DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DDB is #8AF224. Grayscale: #424242. Windows color (decimal): -9105957 or 14355829. OLE color: 14355829.

HSL color Cylindrical-coordinate representation of color #750DDB: hue angle of 270.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750DDB is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 13 219 -
CMYK 0.47 0.94 0 0.14
HSL 270.29º 0.89% 0.45% -
HSV(B) 270.29º 0.94% 0.86% -
XYZ 20.27 9.18 67.72 -
YUV 67.58 213.46 163.25 -
System Red Green Blue C M Y K H S L
Decimal 117 13 219 0.47 0.94 0 0.14 270.29 0.89 0.45
Hex 75 D DB 2F 5E 0 E 10E 59 2D
Octal 165 15 333 57 136 0 16 416 131 55
Binary 1110101 1101 11011011 101111 1011110 0 1110 100001110 1011001 101101

Color Harmonies of #750DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DDB

Black with #750DDB

Text Example


Text Example

White with #750DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750DDB; }

 p { color: rgb(117,13,219); }

 H1.HeaderClassName
 {
   color: #750DDB;
 }
 .AnyTagClassName
 {
   color: #750DDB;
 }
</style>

background-color css

<style>
 a { background-color: #750DDB; }

 a { background-color: rgb(117,13,219); }

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

border-color css

<style>
 span { border-color: #750DDB; }

 span { border-color: rgb(117,13,219); }

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