Html Css Color HEX #752EDC Blue Violet

📋 copy color: '#752EDC'

red 117 ◦ green 46 ◦ blue 220

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

Shades of Blue Violet #752EDC

Tints of Blue Violet #752EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

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

R = 30.55%
G = 12.01%
B = 57.44%

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

#752EDC (or 0x752EDC) is known color: Blue Violet. HEX triplet: 75, 2E and DC. RGB value is (117,46,220). Sum of RGB (Red+Green+Blue) = 117+46+220=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #752EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EDC is #8AD123. Grayscale: #565656. Windows color (decimal): -9097508 or 14429813. OLE color: 14429813.

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

Color convert

RGB 117 46 220 -
CMYK 0.47 0.79 0 0.14
HSL 264.48º 0.71% 0.52% -
HSV(B) 264.48º 0.79% 0.86% -
XYZ 21.23 10.9 68.7 -
YUV 87.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 117 46 220 0.47 0.79 0 0.14 264.48 0.71 0.52
Hex 75 2E DC 2F 4F 0 E 108 47 34
Octal 165 56 334 57 117 0 16 410 107 64
Binary 1110101 101110 11011100 101111 1001111 0 1110 100001000 1000111 110100

Color Harmonies of #752EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EDC

Black with #752EDC

Text Example


Text Example

White with #752EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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