Html Css Color HEX #751AD5 Blue Violet

📋 copy color: '#751AD5'

red 117 ◦ green 26 ◦ blue 213

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

Shades of Blue Violet #751AD5

Tints of Blue Violet #751AD5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.3%

 BLUE value IS 213 (83.59% from 255) = 59.83%

R = 32.87%
G = 7.3%
B = 59.83%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#751AD5 (or 0x751AD5) is known color: Blue Violet. HEX triplet: 75, 1A and D5. RGB value is (117,26,213). Sum of RGB (Red+Green+Blue) = 117+26+213=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #751AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751AD5 is #8AE52A. Grayscale: #494949. Windows color (decimal): -9102635 or 13965941. OLE color: 13965941.

HSL color Cylindrical-coordinate representation of color #751AD5: hue angle of 269.2º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751AD5 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 26 213 -
CMYK 0.45 0.88 0 0.16
HSL 269.2º 0.78% 0.47% -
HSV(B) 269.2º 0.88% 0.84% -
XYZ 19.72 9.32 63.71 -
YUV 74.53 206.15 158.29 -
System Red Green Blue C M Y K H S L
Decimal 117 26 213 0.45 0.88 0 0.16 269.2 0.78 0.47
Hex 75 1A D5 2D 58 0 10 10D 4E 2F
Octal 165 32 325 55 130 0 20 415 116 57
Binary 1110101 11010 11010101 101101 1011000 0 10000 100001101 1001110 101111

Color Harmonies of #751AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AD5

Black with #751AD5

Text Example


Text Example

White with #751AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751AD5; }

 p { color: rgb(117,26,213); }

 H1.HeaderClassName
 {
   color: #751AD5;
 }
 .AnyTagClassName
 {
   color: #751AD5;
 }
</style>

background-color css

<style>
 a { background-color: #751AD5; }

 a { background-color: rgb(117,26,213); }

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

border-color css

<style>
 span { border-color: #751AD5; }

 span { border-color: rgb(117,26,213); }

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