Html Css Color HEX #752FED Blue Violet

📋 copy color: '#752FED'

red 117 ◦ green 47 ◦ blue 237

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

Shades of Blue Violet #752FED

Tints of Blue Violet #752FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.1%

R = 29.18%
G = 11.72%
B = 59.1%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#752FED (or 0x752FED) is known color: Blue Violet. HEX triplet: 75, 2F and ED. RGB value is (117,47,237). Sum of RGB (Red+Green+Blue) = 117+47+237=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #752FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752FED is #8AD012. Grayscale: #585858. Windows color (decimal): -9097235 or 15544181. OLE color: 15544181.

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

Color convert

RGB 117 47 237 -
CMYK 0.51 0.80 0 0.07
HSL 262.11º 0.84% 0.56% -
HSV(B) 262.11º 0.8% 0.93% -
XYZ 23.64 11.93 81.18 -
YUV 89.59 211.19 147.55 -
System Red Green Blue C M Y K H S L
Decimal 117 47 237 0.51 0.80 0 0.07 262.11 0.84 0.56
Hex 75 2F ED 33 50 0 7 106 54 38
Octal 165 57 355 63 120 0 7 406 124 70
Binary 1110101 101111 11101101 110011 1010000 0 111 100000110 1010100 111000

Color Harmonies of #752FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FED

Black with #752FED

Text Example


Text Example

White with #752FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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