Html Css Color HEX #752DDB Blue Violet

📋 copy color: '#752DDB'

red 117 ◦ green 45 ◦ blue 219

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

Shades of Blue Violet #752DDB

Tints of Blue Violet #752DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.81%

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

R = 30.71%
G = 11.81%
B = 57.48%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#752DDB (or 0x752DDB) is known color: Blue Violet. HEX triplet: 75, 2D and DB. RGB value is (117,45,219). Sum of RGB (Red+Green+Blue) = 117+45+219=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #752DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DDB is #8AD224. Grayscale: #555555. Windows color (decimal): -9097765 or 14364021. OLE color: 14364021.

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

Color convert

RGB 117 45 219 -
CMYK 0.47 0.79 0 0.14
HSL 264.83º 0.71% 0.52% -
HSV(B) 264.83º 0.79% 0.86% -
XYZ 21.06 10.77 67.99 -
YUV 86.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 117 45 219 0.47 0.79 0 0.14 264.83 0.71 0.52
Hex 75 2D DB 2F 4F 0 E 109 47 34
Octal 165 55 333 57 117 0 16 411 107 64
Binary 1110101 101101 11011011 101111 1001111 0 1110 100001001 1000111 110100

Color Harmonies of #752DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DDB

Black with #752DDB

Text Example


Text Example

White with #752DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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