Html Css Color HEX #7510DF Blue Violet

📋 copy color: '#7510DF'

red 117 ◦ green 16 ◦ blue 223

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

Shades of Blue Violet #7510DF

Tints of Blue Violet #7510DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.49%

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 32.87%
G = 4.49%
B = 62.64%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7510DF (or 0x7510DF) is known color: Blue Violet. HEX triplet: 75, 10 and DF. RGB value is (117,16,223). Sum of RGB (Red+Green+Blue) = 117+16+223=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #7510DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7510DF is #8AEF20. Grayscale: #454545. Windows color (decimal): -9105185 or 14618741. OLE color: 14618741.

HSL color Cylindrical-coordinate representation of color #7510DF: hue angle of 269.28º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7510DF is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 16 223 -
CMYK 0.48 0.93 0 0.13
HSL 269.28º 0.87% 0.47% -
HSV(B) 269.28º 0.93% 0.87% -
XYZ 20.84 9.48 70.54 -
YUV 69.8 214.46 161.67 -
System Red Green Blue C M Y K H S L
Decimal 117 16 223 0.48 0.93 0 0.13 269.28 0.87 0.47
Hex 75 10 DF 30 5D 0 D 10D 57 2F
Octal 165 20 337 60 135 0 15 415 127 57
Binary 1110101 10000 11011111 110000 1011101 0 1101 100001101 1010111 101111

Color Harmonies of #7510DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7510DF

Black with #7510DF

Text Example


Text Example

White with #7510DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7510DF; }

 p { color: rgb(117,16,223); }

 H1.HeaderClassName
 {
   color: #7510DF;
 }
 .AnyTagClassName
 {
   color: #7510DF;
 }
</style>

background-color css

<style>
 a { background-color: #7510DF; }

 a { background-color: rgb(117,16,223); }

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

border-color css

<style>
 span { border-color: #7510DF; }

 span { border-color: rgb(117,16,223); }

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