Html Css Color HEX #752FEC Blue Violet

📋 copy color: '#752FEC'

red 117 ◦ green 47 ◦ blue 236

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

Shades of Blue Violet #752FEC

Tints of Blue Violet #752FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.75%

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

R = 29.25%
G = 11.75%
B = 59%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#752FEC (or 0x752FEC) is known color: Blue Violet. HEX triplet: 75, 2F and EC. RGB value is (117,47,236). Sum of RGB (Red+Green+Blue) = 117+47+236=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #752FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752FEC is #8AD013. Grayscale: #585858. Windows color (decimal): -9097236 or 15478645. OLE color: 15478645.

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

Color convert

RGB 117 47 236 -
CMYK 0.50 0.80 0 0.07
HSL 262.22º 0.83% 0.55% -
HSV(B) 262.22º 0.8% 0.93% -
XYZ 23.49 11.87 80.41 -
YUV 89.48 210.69 147.63 -
System Red Green Blue C M Y K H S L
Decimal 117 47 236 0.50 0.80 0 0.07 262.22 0.83 0.55
Hex 75 2F EC 32 50 0 7 106 53 37
Octal 165 57 354 62 120 0 7 406 123 67
Binary 1110101 101111 11101100 110010 1010000 0 111 100000110 1010011 110111

Color Harmonies of #752FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FEC

Black with #752FEC

Text Example


Text Example

White with #752FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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