Html Css Color HEX #752FE0 Blue Violet

📋 copy color: '#752FE0'

red 117 ◦ green 47 ◦ blue 224

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

Shades of Blue Violet #752FE0

Tints of Blue Violet #752FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.73%

R = 30.15%
G = 12.11%
B = 57.73%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#752FE0 (or 0x752FE0) is known color: Blue Violet. HEX triplet: 75, 2F and E0. RGB value is (117,47,224). Sum of RGB (Red+Green+Blue) = 117+47+224=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #752FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FE0 is #8AD01F. Grayscale: #575757. Windows color (decimal): -9097248 or 14692213. OLE color: 14692213.

HSL color Cylindrical-coordinate representation of color #752FE0: hue angle of 263.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752FE0 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 47 224 -
CMYK 0.48 0.79 0 0.12
HSL 263.73º 0.74% 0.53% -
HSV(B) 263.73º 0.79% 0.88% -
XYZ 21.81 11.2 71.53 -
YUV 88.11 204.69 148.61 -
System Red Green Blue C M Y K H S L
Decimal 117 47 224 0.48 0.79 0 0.12 263.73 0.74 0.53
Hex 75 2F E0 30 4F 0 C 108 4A 35
Octal 165 57 340 60 117 0 14 410 112 65
Binary 1110101 101111 11100000 110000 1001111 0 1100 100001000 1001010 110101

Color Harmonies of #752FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FE0

Black with #752FE0

Text Example


Text Example

White with #752FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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