Html Css Color HEX #751BD4 Blue Violet

📋 copy color: '#751BD4'

red 117 ◦ green 27 ◦ blue 212

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

Shades of Blue Violet #751BD4

Tints of Blue Violet #751BD4

RGB

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

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

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

R = 32.87%
G = 7.58%
B = 59.55%

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

#751BD4 (or 0x751BD4) is known color: Blue Violet. HEX triplet: 75, 1B and D4. RGB value is (117,27,212). Sum of RGB (Red+Green+Blue) = 117+27+212=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 212 (83.20% from 255 or 59.55% from 356); Max value from RGB is 212 - color contains mainly: blue. Hex color #751BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BD4 is #8AE42B. Grayscale: #4A4A4A. Windows color (decimal): -9102380 or 13900661. OLE color: 13900661.

HSL color Cylindrical-coordinate representation of color #751BD4: hue angle of 269.19º 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 #751BD4 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 27 212 -
CMYK 0.45 0.87 0 0.17
HSL 269.19º 0.77% 0.47% -
HSV(B) 269.19º 0.87% 0.83% -
XYZ 19.61 9.32 63.05 -
YUV 75 205.32 157.96 -
System Red Green Blue C M Y K H S L
Decimal 117 27 212 0.45 0.87 0 0.17 269.19 0.77 0.47
Hex 75 1B D4 2D 57 0 11 10D 4D 2F
Octal 165 33 324 55 127 0 21 415 115 57
Binary 1110101 11011 11010100 101101 1010111 0 10001 100001101 1001101 101111

Color Harmonies of #751BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BD4

Black with #751BD4

Text Example


Text Example

White with #751BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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