Html Css Color HEX #751AD4 Blue Violet

📋 copy color: '#751AD4'

red 117 ◦ green 26 ◦ blue 212

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

Shades of Blue Violet #751AD4

Tints of Blue Violet #751AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 59.72%

R = 32.96%
G = 7.32%
B = 59.72%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#751AD4 (or 0x751AD4) is known color: Blue Violet. HEX triplet: 75, 1A and D4. RGB value is (117,26,212). Sum of RGB (Red+Green+Blue) = 117+26+212=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 212 (83.20% from 255 or 59.72% from 355); Max value from RGB is 212 - color contains mainly: blue. Hex color #751AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751AD4 is #8AE52B. Grayscale: #494949. Windows color (decimal): -9102636 or 13900405. OLE color: 13900405.

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

Color convert

RGB 117 26 212 -
CMYK 0.45 0.88 0 0.17
HSL 269.35º 0.78% 0.47% -
HSV(B) 269.35º 0.88% 0.83% -
XYZ 19.59 9.27 63.04 -
YUV 74.41 205.65 158.38 -
System Red Green Blue C M Y K H S L
Decimal 117 26 212 0.45 0.88 0 0.17 269.35 0.78 0.47
Hex 75 1A D4 2D 58 0 11 10D 4E 2F
Octal 165 32 324 55 130 0 21 415 116 57
Binary 1110101 11010 11010100 101101 1011000 0 10001 100001101 1001110 101111

Color Harmonies of #751AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AD4

Black with #751AD4

Text Example


Text Example

White with #751AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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