Html Css Color HEX #752BF6 Blue Violet

📋 copy color: '#752BF6'

red 117 ◦ green 43 ◦ blue 246

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

Shades of Blue Violet #752BF6

Tints of Blue Violet #752BF6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.59%

 BLUE value IS 246 (96.48% from 255) = 60.59%

R = 28.82%
G = 10.59%
B = 60.59%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#752BF6 (or 0x752BF6) is known color: Blue Violet. HEX triplet: 75, 2B and F6. RGB value is (117,43,246). Sum of RGB (Red+Green+Blue) = 117+43+246=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #752BF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752BF6 is #8AD409. Grayscale: #575757. Windows color (decimal): -9098250 or 16132981. OLE color: 16132981.

HSL color Cylindrical-coordinate representation of color #752BF6: hue angle of 261.87º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #752BF6 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 43 246 -
CMYK 0.52 0.83 0 0.04
HSL 261.87º 0.92% 0.57% -
HSV(B) 261.87º 0.83% 0.96% -
XYZ 24.83 12.16 88.23 -
YUV 88.27 217.02 148.49 -
System Red Green Blue C M Y K H S L
Decimal 117 43 246 0.52 0.83 0 0.04 261.87 0.92 0.57
Hex 75 2B F6 34 53 0 4 106 5C 39
Octal 165 53 366 64 123 0 4 406 134 71
Binary 1110101 101011 11110110 110100 1010011 0 100 100000110 1011100 111001

Color Harmonies of #752BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BF6

Black with #752BF6

Text Example


Text Example

White with #752BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,246); }

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

background-color css

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

 a { background-color: rgb(117,43,246); }

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

border-color css

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

 span { border-color: rgb(117,43,246); }

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