Html Css Color HEX #751CE0 Blue Violet

📋 copy color: '#751CE0'

red 117 ◦ green 28 ◦ blue 224

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

Shades of Blue Violet #751CE0

Tints of Blue Violet #751CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.59%

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

R = 31.71%
G = 7.59%
B = 60.7%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#751CE0 (or 0x751CE0) is known color: Blue Violet. HEX triplet: 75, 1C and E0. RGB value is (117,28,224). Sum of RGB (Red+Green+Blue) = 117+28+224=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #751CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CE0 is #8AE31F. Grayscale: #4C4C4C. Windows color (decimal): -9102112 or 14687349. OLE color: 14687349.

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

Color convert

RGB 117 28 224 -
CMYK 0.48 0.88 0 0.12
HSL 267.24º 0.78% 0.49% -
HSV(B) 267.24º 0.88% 0.88% -
XYZ 21.21 9.99 71.33 -
YUV 76.96 210.99 156.56 -
System Red Green Blue C M Y K H S L
Decimal 117 28 224 0.48 0.88 0 0.12 267.24 0.78 0.49
Hex 75 1C E0 30 58 0 C 10B 4E 31
Octal 165 34 340 60 130 0 14 413 116 61
Binary 1110101 11100 11100000 110000 1011000 0 1100 100001011 1001110 110001

Color Harmonies of #751CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CE0

Black with #751CE0

Text Example


Text Example

White with #751CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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