Html Css Color HEX #752CDC Blue Violet

📋 copy color: '#752CDC'

red 117 ◦ green 44 ◦ blue 220

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

Shades of Blue Violet #752CDC

Tints of Blue Violet #752CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.55%

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

R = 30.71%
G = 11.55%
B = 57.74%

CMYK

 C value IS 0.47

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#752CDC (or 0x752CDC) is known color: Blue Violet. HEX triplet: 75, 2C and DC. RGB value is (117,44,220). Sum of RGB (Red+Green+Blue) = 117+44+220=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #752CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CDC is #8AD323. Grayscale: #555555. Windows color (decimal): -9098020 or 14429301. OLE color: 14429301.

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

Color convert

RGB 117 44 220 -
CMYK 0.47 0.8 0 0.14
HSL 264.89º 0.72% 0.52% -
HSV(B) 264.89º 0.8% 0.86% -
XYZ 21.16 10.75 68.67 -
YUV 85.89 203.68 150.19 -
System Red Green Blue C M Y K H S L
Decimal 117 44 220 0.47 0.8 0 0.14 264.89 0.72 0.52
Hex 75 2C DC 2F 50 0 E 109 48 34
Octal 165 54 334 57 120 0 16 411 110 64
Binary 1110101 101100 11011100 101111 1010000 0 1110 100001001 1001000 110100

Color Harmonies of #752CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CDC

Black with #752CDC

Text Example


Text Example

White with #752CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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