Html Css Color HEX #751EEC Blue Violet

📋 copy color: '#751EEC'

red 117 ◦ green 30 ◦ blue 236

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

Shades of Blue Violet #751EEC

Tints of Blue Violet #751EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.83%

 BLUE value IS 236 (92.58% from 255) = 61.62%

R = 30.55%
G = 7.83%
B = 61.62%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#751EEC (or 0x751EEC) is known color: Blue Violet. HEX triplet: 75, 1E and EC. RGB value is (117,30,236). Sum of RGB (Red+Green+Blue) = 117+30+236=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #751EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751EEC is #8AE113. Grayscale: #4E4E4E. Windows color (decimal): -9101588 or 15474293. OLE color: 15474293.

HSL color Cylindrical-coordinate representation of color #751EEC: hue angle of 265.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751EEC is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 30 236 -
CMYK 0.50 0.87 0 0.07
HSL 265.34º 0.84% 0.52% -
HSV(B) 265.34º 0.87% 0.93% -
XYZ 22.94 10.77 80.23 -
YUV 79.5 216.32 154.75 -
System Red Green Blue C M Y K H S L
Decimal 117 30 236 0.50 0.87 0 0.07 265.34 0.84 0.52
Hex 75 1E EC 32 57 0 7 109 54 34
Octal 165 36 354 62 127 0 7 411 124 64
Binary 1110101 11110 11101100 110010 1010111 0 111 100001001 1010100 110100

Color Harmonies of #751EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EEC

Black with #751EEC

Text Example


Text Example

White with #751EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,236); }

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

background-color css

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

 a { background-color: rgb(117,30,236); }

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

border-color css

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

 span { border-color: rgb(117,30,236); }

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