Html Css Color HEX #752BDC Blue Violet

📋 copy color: '#752BDC'

red 117 ◦ green 43 ◦ blue 220

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

Shades of Blue Violet #752BDC

Tints of Blue Violet #752BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 30.79%
G = 11.32%
B = 57.89%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#752BDC (or 0x752BDC) is known color: Blue Violet. HEX triplet: 75, 2B and DC. RGB value is (117,43,220). Sum of RGB (Red+Green+Blue) = 117+43+220=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #752BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BDC is #8AD423. Grayscale: #545454. Windows color (decimal): -9098276 or 14429045. OLE color: 14429045.

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

Color convert

RGB 117 43 220 -
CMYK 0.47 0.80 0 0.14
HSL 265.08º 0.72% 0.52% -
HSV(B) 265.08º 0.8% 0.86% -
XYZ 21.12 10.68 68.66 -
YUV 85.3 204.02 150.61 -
System Red Green Blue C M Y K H S L
Decimal 117 43 220 0.47 0.80 0 0.14 265.08 0.72 0.52
Hex 75 2B DC 2F 50 0 E 109 48 34
Octal 165 53 334 57 120 0 16 411 110 64
Binary 1110101 101011 11011100 101111 1010000 0 1110 100001001 1001000 110100

Color Harmonies of #752BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BDC

Black with #752BDC

Text Example


Text Example

White with #752BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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