Html Css Color HEX #751AED Blue Violet

📋 copy color: '#751AED'

red 117 ◦ green 26 ◦ blue 237

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

Shades of Blue Violet #751AED

Tints of Blue Violet #751AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.84%

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 30.79%
G = 6.84%
B = 62.37%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#751AED (or 0x751AED) is known color: Blue Violet. HEX triplet: 75, 1A and ED. RGB value is (117,26,237). Sum of RGB (Red+Green+Blue) = 117+26+237=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #751AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751AED is #8AE512. Grayscale: #4C4C4C. Windows color (decimal): -9102611 or 15538805. OLE color: 15538805.

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

Color convert

RGB 117 26 237 -
CMYK 0.51 0.89 0 0.07
HSL 265.88º 0.85% 0.52% -
HSV(B) 265.88º 0.89% 0.93% -
XYZ 22.99 10.64 80.96 -
YUV 77.26 218.15 156.34 -
System Red Green Blue C M Y K H S L
Decimal 117 26 237 0.51 0.89 0 0.07 265.88 0.85 0.52
Hex 75 1A ED 33 59 0 7 10A 55 34
Octal 165 32 355 63 131 0 7 412 125 64
Binary 1110101 11010 11101101 110011 1011001 0 111 100001010 1010101 110100

Color Harmonies of #751AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AED

Black with #751AED

Text Example


Text Example

White with #751AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,26,237); }

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

background-color css

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

 a { background-color: rgb(117,26,237); }

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

border-color css

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

 span { border-color: rgb(117,26,237); }

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