Html Css Color HEX #752FDB Blue Violet

📋 copy color: '#752FDB'

red 117 ◦ green 47 ◦ blue 219

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

Shades of Blue Violet #752FDB

Tints of Blue Violet #752FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.27%

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

R = 30.55%
G = 12.27%
B = 57.18%

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

#752FDB (or 0x752FDB) is known color: Blue Violet. HEX triplet: 75, 2F and DB. RGB value is (117,47,219). Sum of RGB (Red+Green+Blue) = 117+47+219=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #752FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FDB is #8AD024. Grayscale: #565656. Windows color (decimal): -9097253 or 14364533. OLE color: 14364533.

HSL color Cylindrical-coordinate representation of color #752FDB: hue angle of 264.42º degrees, saturation: 0.7, 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 #752FDB is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 47 219 -
CMYK 0.47 0.79 0 0.14
HSL 264.42º 0.7% 0.52% -
HSV(B) 264.42º 0.79% 0.86% -
XYZ 21.14 10.93 68.01 -
YUV 87.54 202.19 149.01 -
System Red Green Blue C M Y K H S L
Decimal 117 47 219 0.47 0.79 0 0.14 264.42 0.7 0.52
Hex 75 2F DB 2F 4F 0 E 108 46 34
Octal 165 57 333 57 117 0 16 410 106 64
Binary 1110101 101111 11011011 101111 1001111 0 1110 100001000 1000110 110100

Color Harmonies of #752FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FDB

Black with #752FDB

Text Example


Text Example

White with #752FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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