Html Css Color HEX #752BD9 Blue Violet

📋 copy color: '#752BD9'

red 117 ◦ green 43 ◦ blue 217

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

Shades of Blue Violet #752BD9

Tints of Blue Violet #752BD9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.41%

 BLUE value IS 217 (85.16% from 255) = 57.56%

R = 31.03%
G = 11.41%
B = 57.56%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#752BD9 (or 0x752BD9) is known color: Blue Violet. HEX triplet: 75, 2B and D9. RGB value is (117,43,217). Sum of RGB (Red+Green+Blue) = 117+43+217=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #752BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BD9 is #8AD426. Grayscale: #545454. Windows color (decimal): -9098279 or 14232437. OLE color: 14232437.

HSL color Cylindrical-coordinate representation of color #752BD9: hue angle of 265.52º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752BD9 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 43 217 -
CMYK 0.46 0.80 0 0.15
HSL 265.52º 0.7% 0.51% -
HSV(B) 265.52º 0.8% 0.85% -
XYZ 20.72 10.52 66.58 -
YUV 84.96 202.52 150.85 -
System Red Green Blue C M Y K H S L
Decimal 117 43 217 0.46 0.80 0 0.15 265.52 0.7 0.51
Hex 75 2B D9 2E 50 0 F 10A 46 33
Octal 165 53 331 56 120 0 17 412 106 63
Binary 1110101 101011 11011001 101110 1010000 0 1111 100001010 1000110 110011

Color Harmonies of #752BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BD9

Black with #752BD9

Text Example


Text Example

White with #752BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,217); }

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

background-color css

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

 a { background-color: rgb(117,43,217); }

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

border-color css

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

 span { border-color: rgb(117,43,217); }

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