Html Css Color HEX #752CFA Blue Violet

📋 copy color: '#752CFA'

red 117 ◦ green 44 ◦ blue 250

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

Shades of Blue Violet #752CFA

Tints of Blue Violet #752CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

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

R = 28.47%
G = 10.71%
B = 60.83%

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

#752CFA (or 0x752CFA) is known color: Blue Violet. HEX triplet: 75, 2C and FA. RGB value is (117,44,250). Sum of RGB (Red+Green+Blue) = 117+44+250=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #752CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752CFA is #8AD305. Grayscale: #585858. Windows color (decimal): -9097990 or 16395381. OLE color: 16395381.

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

Color convert

RGB 117 44 250 -
CMYK 0.53 0.82 0 0.02
HSL 261.26º 0.95% 0.58% -
HSV(B) 261.26º 0.82% 0.98% -
XYZ 25.49 12.49 91.51 -
YUV 89.31 218.68 147.75 -
System Red Green Blue C M Y K H S L
Decimal 117 44 250 0.53 0.82 0 0.02 261.26 0.95 0.58
Hex 75 2C FA 35 52 0 2 105 5F 3A
Octal 165 54 372 65 122 0 2 405 137 72
Binary 1110101 101100 11111010 110101 1010010 0 10 100000101 1011111 111010

Color Harmonies of #752CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CFA

Black with #752CFA

Text Example


Text Example

White with #752CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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