Html Css Color HEX #752FFA Blue Violet

📋 copy color: '#752FFA'

red 117 ◦ green 47 ◦ blue 250

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

Shades of Blue Violet #752FFA

Tints of Blue Violet #752FFA

RGB

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

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

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

R = 28.26%
G = 11.35%
B = 60.39%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#752FFA (or 0x752FFA) is known color: Blue Violet. HEX triplet: 75, 2F and FA. RGB value is (117,47,250). Sum of RGB (Red+Green+Blue) = 117+47+250=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #752FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752FFA is #8AD005. Grayscale: #5A5A5A. Windows color (decimal): -9097222 or 16396149. OLE color: 16396149.

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

Color convert

RGB 117 47 250 -
CMYK 0.53 0.81 0 0.02
HSL 260.69º 0.95% 0.58% -
HSV(B) 260.69º 0.81% 0.98% -
XYZ 25.61 12.72 91.55 -
YUV 91.07 217.69 146.49 -
System Red Green Blue C M Y K H S L
Decimal 117 47 250 0.53 0.81 0 0.02 260.69 0.95 0.58
Hex 75 2F FA 35 51 0 2 105 5F 3A
Octal 165 57 372 65 121 0 2 405 137 72
Binary 1110101 101111 11111010 110101 1010001 0 10 100000101 1011111 111010

Color Harmonies of #752FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FFA

Black with #752FFA

Text Example


Text Example

White with #752FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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