Html Css Color HEX #751BF0 Blue Violet

📋 copy color: '#751BF0'

red 117 ◦ green 27 ◦ blue 240

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

Shades of Blue Violet #751BF0

Tints of Blue Violet #751BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.5%

R = 30.47%
G = 7.03%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#751BF0 (or 0x751BF0) is known color: Blue Violet. HEX triplet: 75, 1B and F0. RGB value is (117,27,240). Sum of RGB (Red+Green+Blue) = 117+27+240=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #751BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751BF0 is #8AE40F. Grayscale: #4D4D4D. Windows color (decimal): -9102352 or 15735669. OLE color: 15735669.

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

Color convert

RGB 117 27 240 -
CMYK 0.51 0.89 0 0.06
HSL 265.35º 0.88% 0.52% -
HSV(B) 265.35º 0.89% 0.94% -
XYZ 23.46 10.86 83.3 -
YUV 78.19 219.32 155.68 -
System Red Green Blue C M Y K H S L
Decimal 117 27 240 0.51 0.89 0 0.06 265.35 0.88 0.52
Hex 75 1B F0 33 59 0 6 109 58 34
Octal 165 33 360 63 131 0 6 411 130 64
Binary 1110101 11011 11110000 110011 1011001 0 110 100001001 1011000 110100

Color Harmonies of #751BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BF0

Black with #751BF0

Text Example


Text Example

White with #751BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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