Html Css Color HEX #752EFA Blue Violet

📋 copy color: '#752EFA'

red 117 ◦ green 46 ◦ blue 250

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

Shades of Blue Violet #752EFA

Tints of Blue Violet #752EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 28.33%
G = 11.14%
B = 60.53%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#752EFA (or 0x752EFA) is known color: Blue Violet. HEX triplet: 75, 2E and FA. RGB value is (117,46,250). Sum of RGB (Red+Green+Blue) = 117+46+250=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #752EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EFA is #8AD105. Grayscale: #595959. Windows color (decimal): -9097478 or 16395893. OLE color: 16395893.

HSL color Cylindrical-coordinate representation of color #752EFA: hue angle of 260.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752EFA is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 46 250 -
CMYK 0.53 0.82 0 0.02
HSL 260.88º 0.95% 0.58% -
HSV(B) 260.88º 0.82% 0.98% -
XYZ 25.57 12.64 91.53 -
YUV 90.49 218.02 146.91 -
System Red Green Blue C M Y K H S L
Decimal 117 46 250 0.53 0.82 0 0.02 260.88 0.95 0.58
Hex 75 2E FA 35 52 0 2 105 5F 3A
Octal 165 56 372 65 122 0 2 405 137 72
Binary 1110101 101110 11111010 110101 1010010 0 10 100000101 1011111 111010

Color Harmonies of #752EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EFA

Black with #752EFA

Text Example


Text Example

White with #752EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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