Html Css Color HEX #752BFD Blue Violet

📋 copy color: '#752BFD'

red 117 ◦ green 43 ◦ blue 253

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

Shades of Blue Violet #752BFD

Tints of Blue Violet #752BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 28.33%
G = 10.41%
B = 61.26%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#752BFD (or 0x752BFD) is known color: Blue Violet. HEX triplet: 75, 2B and FD. RGB value is (117,43,253). Sum of RGB (Red+Green+Blue) = 117+43+253=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #752BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752BFD is #8AD402. Grayscale: #585858. Windows color (decimal): -9098243 or 16591733. OLE color: 16591733.

HSL color Cylindrical-coordinate representation of color #752BFD: hue angle of 261.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #752BFD is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 43 253 -
CMYK 0.54 0.83 0 0.01
HSL 261.14º 0.98% 0.58% -
HSV(B) 261.14º 0.83% 0.99% -
XYZ 25.93 12.6 93.99 -
YUV 89.07 220.52 147.92 -
System Red Green Blue C M Y K H S L
Decimal 117 43 253 0.54 0.83 0 0.01 261.14 0.98 0.58
Hex 75 2B FD 36 53 0 1 105 62 3A
Octal 165 53 375 66 123 0 1 405 142 72
Binary 1110101 101011 11111101 110110 1010011 0 1 100000101 1100010 111010

Color Harmonies of #752BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BFD

Black with #752BFD

Text Example


Text Example

White with #752BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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