Html Css Color HEX #751EDE Blue Violet

📋 copy color: '#751EDE'

red 117 ◦ green 30 ◦ blue 222

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

Shades of Blue Violet #751EDE

Tints of Blue Violet #751EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 31.71%
G = 8.13%
B = 60.16%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#751EDE (or 0x751EDE) is known color: Blue Violet. HEX triplet: 75, 1E and DE. RGB value is (117,30,222). Sum of RGB (Red+Green+Blue) = 117+30+222=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #751EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751EDE is #8AE121. Grayscale: #4D4D4D. Windows color (decimal): -9101602 or 14556789. OLE color: 14556789.

HSL color Cylindrical-coordinate representation of color #751EDE: hue angle of 267.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751EDE is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 30 222 -
CMYK 0.47 0.86 0 0.13
HSL 267.19º 0.76% 0.49% -
HSV(B) 267.19º 0.86% 0.87% -
XYZ 20.99 9.98 69.93 -
YUV 77.9 209.32 155.89 -
System Red Green Blue C M Y K H S L
Decimal 117 30 222 0.47 0.86 0 0.13 267.19 0.76 0.49
Hex 75 1E DE 2F 56 0 D 10B 4C 31
Octal 165 36 336 57 126 0 15 413 114 61
Binary 1110101 11110 11011110 101111 1010110 0 1101 100001011 1001100 110001

Color Harmonies of #751EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EDE

Black with #751EDE

Text Example


Text Example

White with #751EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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