Html Css Color HEX #751EEF Blue Violet

📋 copy color: '#751EEF'

red 117 ◦ green 30 ◦ blue 239

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

Shades of Blue Violet #751EEF

Tints of Blue Violet #751EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.92%

R = 30.31%
G = 7.77%
B = 61.92%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#751EEF (or 0x751EEF) is known color: Blue Violet. HEX triplet: 75, 1E and EF. RGB value is (117,30,239). Sum of RGB (Red+Green+Blue) = 117+30+239=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #751EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751EEF is #8AE110. Grayscale: #4F4F4F. Windows color (decimal): -9101585 or 15670901. OLE color: 15670901.

HSL color Cylindrical-coordinate representation of color #751EEF: hue angle of 264.98º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751EEF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 30 239 -
CMYK 0.51 0.87 0 0.06
HSL 264.98º 0.87% 0.53% -
HSV(B) 264.98º 0.87% 0.94% -
XYZ 23.38 10.94 82.54 -
YUV 79.84 217.82 154.51 -
System Red Green Blue C M Y K H S L
Decimal 117 30 239 0.51 0.87 0 0.06 264.98 0.87 0.53
Hex 75 1E EF 33 57 0 6 109 57 35
Octal 165 36 357 63 127 0 6 411 127 65
Binary 1110101 11110 11101111 110011 1010111 0 110 100001001 1010111 110101

Color Harmonies of #751EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EEF

Black with #751EEF

Text Example


Text Example

White with #751EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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