Html Css Color HEX #7531FB Blue Violet

📋 copy color: '#7531FB'

red 117 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #7531FB

Tints of Blue Violet #7531FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.75%

 BLUE value IS 251 (98.44% from 255) = 60.19%

R = 28.06%
G = 11.75%
B = 60.19%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7531FB (or 0x7531FB) is known color: Blue Violet. HEX triplet: 75, 31 and FB. RGB value is (117,49,251). Sum of RGB (Red+Green+Blue) = 117+49+251=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #7531FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7531FB is #8ACE04. Grayscale: #5B5B5B. Windows color (decimal): -9096709 or 16462197. OLE color: 16462197.

HSL color Cylindrical-coordinate representation of color #7531FB: hue angle of 260.2º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7531FB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 49 251 -
CMYK 0.53 0.80 0 0.02
HSL 260.2º 0.96% 0.59% -
HSV(B) 260.2º 0.8% 0.98% -
XYZ 25.85 12.94 92.4 -
YUV 92.36 217.53 145.57 -
System Red Green Blue C M Y K H S L
Decimal 117 49 251 0.53 0.80 0 0.02 260.2 0.96 0.59
Hex 75 31 FB 35 50 0 2 104 60 3B
Octal 165 61 373 65 120 0 2 404 140 73
Binary 1110101 110001 11111011 110101 1010000 0 10 100000100 1100000 111011

Color Harmonies of #7531FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7531FB

Black with #7531FB

Text Example


Text Example

White with #7531FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7531FB; }

 p { color: rgb(117,49,251); }

 H1.HeaderClassName
 {
   color: #7531FB;
 }
 .AnyTagClassName
 {
   color: #7531FB;
 }
</style>

background-color css

<style>
 a { background-color: #7531FB; }

 a { background-color: rgb(117,49,251); }

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

border-color css

<style>
 span { border-color: #7531FB; }

 span { border-color: rgb(117,49,251); }

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