Html Css Color HEX #752EE1 Blue Violet

📋 copy color: '#752EE1'

red 117 ◦ green 46 ◦ blue 225

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

Shades of Blue Violet #752EE1

Tints of Blue Violet #752EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 57.99%

R = 30.15%
G = 11.86%
B = 57.99%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#752EE1 (or 0x752EE1) is known color: Blue Violet. HEX triplet: 75, 2E and E1. RGB value is (117,46,225). Sum of RGB (Red+Green+Blue) = 117+46+225=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #752EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EE1 is #8AD11E. Grayscale: #565656. Windows color (decimal): -9097503 or 14757493. OLE color: 14757493.

HSL color Cylindrical-coordinate representation of color #752EE1: hue angle of 263.8º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752EE1 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 46 225 -
CMYK 0.48 0.80 0 0.12
HSL 263.8º 0.75% 0.53% -
HSV(B) 263.8º 0.8% 0.88% -
XYZ 21.9 11.17 72.24 -
YUV 87.64 205.52 148.95 -
System Red Green Blue C M Y K H S L
Decimal 117 46 225 0.48 0.80 0 0.12 263.8 0.75 0.53
Hex 75 2E E1 30 50 0 C 108 4B 35
Octal 165 56 341 60 120 0 14 410 113 65
Binary 1110101 101110 11100001 110000 1010000 0 1100 100001000 1001011 110101

Color Harmonies of #752EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EE1

Black with #752EE1

Text Example


Text Example

White with #752EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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