Html Css Color HEX #751BD6 Blue Violet

📋 copy color: '#751BD6'

red 117 ◦ green 27 ◦ blue 214

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

Shades of Blue Violet #751BD6

Tints of Blue Violet #751BD6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.54%

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 32.68%
G = 7.54%
B = 59.78%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#751BD6 (or 0x751BD6) is known color: Blue Violet. HEX triplet: 75, 1B and D6. RGB value is (117,27,214). Sum of RGB (Red+Green+Blue) = 117+27+214=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #751BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BD6 is #8AE429. Grayscale: #4A4A4A. Windows color (decimal): -9102378 or 14031733. OLE color: 14031733.

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

Color convert

RGB 117 27 214 -
CMYK 0.45 0.87 0 0.16
HSL 268.88º 0.78% 0.47% -
HSV(B) 268.88º 0.87% 0.84% -
XYZ 19.87 9.42 64.39 -
YUV 75.23 206.32 157.79 -
System Red Green Blue C M Y K H S L
Decimal 117 27 214 0.45 0.87 0 0.16 268.88 0.78 0.47
Hex 75 1B D6 2D 57 0 10 10D 4E 2F
Octal 165 33 326 55 127 0 20 415 116 57
Binary 1110101 11011 11010110 101101 1010111 0 10000 100001101 1001110 101111

Color Harmonies of #751BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BD6

Black with #751BD6

Text Example


Text Example

White with #751BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,27,214); }

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

background-color css

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

 a { background-color: rgb(117,27,214); }

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

border-color css

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

 span { border-color: rgb(117,27,214); }

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