Html Css Color HEX #752DFA Blue Violet

📋 copy color: '#752DFA'

red 117 ◦ green 45 ◦ blue 250

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

Shades of Blue Violet #752DFA

Tints of Blue Violet #752DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.92%

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

R = 28.4%
G = 10.92%
B = 60.68%

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

#752DFA (or 0x752DFA) is known color: Blue Violet. HEX triplet: 75, 2D and FA. RGB value is (117,45,250). Sum of RGB (Red+Green+Blue) = 117+45+250=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #752DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DFA is #8AD205. Grayscale: #595959. Windows color (decimal): -9097734 or 16395637. OLE color: 16395637.

HSL color Cylindrical-coordinate representation of color #752DFA: hue angle of 261.07º 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 #752DFA is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 45 250 -
CMYK 0.53 0.82 0 0.02
HSL 261.07º 0.95% 0.58% -
HSV(B) 261.07º 0.82% 0.98% -
XYZ 25.53 12.56 91.52 -
YUV 89.9 218.35 147.33 -
System Red Green Blue C M Y K H S L
Decimal 117 45 250 0.53 0.82 0 0.02 261.07 0.95 0.58
Hex 75 2D FA 35 52 0 2 105 5F 3A
Octal 165 55 372 65 122 0 2 405 137 72
Binary 1110101 101101 11111010 110101 1010010 0 10 100000101 1011111 111010

Color Harmonies of #752DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DFA

Black with #752DFA

Text Example


Text Example

White with #752DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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