Html Css Color HEX #752AEC Blue Violet

📋 copy color: '#752AEC'

red 117 ◦ green 42 ◦ blue 236

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

Shades of Blue Violet #752AEC

Tints of Blue Violet #752AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.75%

R = 29.62%
G = 10.63%
B = 59.75%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#752AEC (or 0x752AEC) is known color: Blue Violet. HEX triplet: 75, 2A and EC. RGB value is (117,42,236). Sum of RGB (Red+Green+Blue) = 117+42+236=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #752AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752AEC is #8AD513. Grayscale: #555555. Windows color (decimal): -9098516 or 15477365. OLE color: 15477365.

HSL color Cylindrical-coordinate representation of color #752AEC: hue angle of 263.2º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752AEC is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 42 236 -
CMYK 0.50 0.82 0 0.07
HSL 263.2º 0.84% 0.55% -
HSV(B) 263.2º 0.82% 0.93% -
XYZ 23.3 11.49 80.35 -
YUV 86.54 212.35 149.73 -
System Red Green Blue C M Y K H S L
Decimal 117 42 236 0.50 0.82 0 0.07 263.2 0.84 0.55
Hex 75 2A EC 32 52 0 7 107 54 37
Octal 165 52 354 62 122 0 7 407 124 67
Binary 1110101 101010 11101100 110010 1010010 0 111 100000111 1010100 110111

Color Harmonies of #752AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752AEC

Black with #752AEC

Text Example


Text Example

White with #752AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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