Html Css Color HEX #751BD3 Blue Violet

📋 copy color: '#751BD3'

red 117 ◦ green 27 ◦ blue 211

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

Shades of Blue Violet #751BD3

Tints of Blue Violet #751BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 59.44%

R = 32.96%
G = 7.61%
B = 59.44%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#751BD3 (or 0x751BD3) is known color: Blue Violet. HEX triplet: 75, 1B and D3. RGB value is (117,27,211). Sum of RGB (Red+Green+Blue) = 117+27+211=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 211 (82.81% from 255 or 59.44% from 355); Max value from RGB is 211 - color contains mainly: blue. Hex color #751BD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BD3 is #8AE42C. Grayscale: #4A4A4A. Windows color (decimal): -9102381 or 13835125. OLE color: 13835125.

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

Color convert

RGB 117 27 211 -
CMYK 0.45 0.87 0 0.17
HSL 269.35º 0.77% 0.47% -
HSV(B) 269.35º 0.87% 0.83% -
XYZ 19.49 9.27 62.39 -
YUV 74.89 204.82 158.04 -
System Red Green Blue C M Y K H S L
Decimal 117 27 211 0.45 0.87 0 0.17 269.35 0.77 0.47
Hex 75 1B D3 2D 57 0 11 10D 4D 2F
Octal 165 33 323 55 127 0 21 415 115 57
Binary 1110101 11011 11010011 101101 1010111 0 10001 100001101 1001101 101111

Color Harmonies of #751BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BD3

Black with #751BD3

Text Example


Text Example

White with #751BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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