Html Css Color HEX #752AE3 Blue Violet

📋 copy color: '#752AE3'

red 117 ◦ green 42 ◦ blue 227

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

Shades of Blue Violet #752AE3

Tints of Blue Violet #752AE3

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

 BLUE value IS 227 (89.06% from 255) = 58.81%

R = 30.31%
G = 10.88%
B = 58.81%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#752AE3 (or 0x752AE3) is known color: Blue Violet. HEX triplet: 75, 2A and E3. RGB value is (117,42,227). Sum of RGB (Red+Green+Blue) = 117+42+227=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 227 (89.06% from 255 or 58.81% from 386); Max value from RGB is 227 - color contains mainly: blue. Hex color #752AE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752AE3 is #8AD51C. Grayscale: #545454. Windows color (decimal): -9098525 or 14887541. OLE color: 14887541.

HSL color Cylindrical-coordinate representation of color #752AE3: hue angle of 264.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752AE3 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 42 227 -
CMYK 0.48 0.81 0 0.11
HSL 264.32º 0.77% 0.53% -
HSV(B) 264.32º 0.81% 0.89% -
XYZ 22.03 10.98 73.63 -
YUV 85.52 207.85 150.46 -
System Red Green Blue C M Y K H S L
Decimal 117 42 227 0.48 0.81 0 0.11 264.32 0.77 0.53
Hex 75 2A E3 30 51 0 B 108 4D 35
Octal 165 52 343 60 121 0 13 410 115 65
Binary 1110101 101010 11100011 110000 1010001 0 1011 100001000 1001101 110101

Color Harmonies of #752AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752AE3

Black with #752AE3

Text Example


Text Example

White with #752AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,42,227); }

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

background-color css

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

 a { background-color: rgb(117,42,227); }

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

border-color css

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

 span { border-color: rgb(117,42,227); }

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