Html Css Color HEX #751DE0 Blue Violet

📋 copy color: '#751DE0'

red 117 ◦ green 29 ◦ blue 224

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

Shades of Blue Violet #751DE0

Tints of Blue Violet #751DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.84%

 BLUE value IS 224 (87.89% from 255) = 60.54%

R = 31.62%
G = 7.84%
B = 60.54%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#751DE0 (or 0x751DE0) is known color: Blue Violet. HEX triplet: 75, 1D and E0. RGB value is (117,29,224). Sum of RGB (Red+Green+Blue) = 117+29+224=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #751DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DE0 is #8AE21F. Grayscale: #4C4C4C. Windows color (decimal): -9101856 or 14687605. OLE color: 14687605.

HSL color Cylindrical-coordinate representation of color #751DE0: hue angle of 267.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751DE0 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 29 224 -
CMYK 0.48 0.87 0 0.12
HSL 267.08º 0.77% 0.5% -
HSV(B) 267.08º 0.87% 0.88% -
XYZ 21.23 10.04 71.34 -
YUV 77.54 210.65 156.14 -
System Red Green Blue C M Y K H S L
Decimal 117 29 224 0.48 0.87 0 0.12 267.08 0.77 0.5
Hex 75 1D E0 30 57 0 C 10B 4D 32
Octal 165 35 340 60 127 0 14 413 115 62
Binary 1110101 11101 11100000 110000 1010111 0 1100 100001011 1001101 110010

Color Harmonies of #751DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DE0

Black with #751DE0

Text Example


Text Example

White with #751DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,29,224); }

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

background-color css

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

 a { background-color: rgb(117,29,224); }

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

border-color css

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

 span { border-color: rgb(117,29,224); }

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