Html Css Color HEX #751BE0 Blue Violet

📋 copy color: '#751BE0'

red 117 ◦ green 27 ◦ blue 224

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

Shades of Blue Violet #751BE0

Tints of Blue Violet #751BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.34%

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

R = 31.79%
G = 7.34%
B = 60.87%

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

#751BE0 (or 0x751BE0) is known color: Blue Violet. HEX triplet: 75, 1B and E0. RGB value is (117,27,224). Sum of RGB (Red+Green+Blue) = 117+27+224=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #751BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BE0 is #8AE41F. Grayscale: #4B4B4B. Windows color (decimal): -9102368 or 14687093. OLE color: 14687093.

HSL color Cylindrical-coordinate representation of color #751BE0: hue angle of 267.41º 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 #751BE0 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 27 224 -
CMYK 0.48 0.88 0 0.12
HSL 267.41º 0.78% 0.49% -
HSV(B) 267.41º 0.88% 0.88% -
XYZ 21.18 9.95 71.32 -
YUV 76.37 211.32 156.98 -
System Red Green Blue C M Y K H S L
Decimal 117 27 224 0.48 0.88 0 0.12 267.41 0.78 0.49
Hex 75 1B E0 30 58 0 C 10B 4E 31
Octal 165 33 340 60 130 0 14 413 116 61
Binary 1110101 11011 11100000 110000 1011000 0 1100 100001011 1001110 110001

Color Harmonies of #751BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BE0

Black with #751BE0

Text Example


Text Example

White with #751BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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