Html Css Color HEX #751FF5 Blue Violet

📋 copy color: '#751FF5'

red 117 ◦ green 31 ◦ blue 245

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

Shades of Blue Violet #751FF5

Tints of Blue Violet #751FF5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.89%

 BLUE value IS 245 (96.09% from 255) = 62.34%

R = 29.77%
G = 7.89%
B = 62.34%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#751FF5 (or 0x751FF5) is known color: Blue Violet. HEX triplet: 75, 1F and F5. RGB value is (117,31,245). Sum of RGB (Red+Green+Blue) = 117+31+245=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 245 (96.09% from 255 or 62.34% from 393); Max value from RGB is 245 - color contains mainly: blue. Hex color #751FF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751FF5 is #8AE00A. Grayscale: #505050. Windows color (decimal): -9101323 or 16064373. OLE color: 16064373.

HSL color Cylindrical-coordinate representation of color #751FF5: hue angle of 264.11º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751FF5 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 31 245 -
CMYK 0.52 0.87 0 0.04
HSL 264.11º 0.91% 0.54% -
HSV(B) 264.11º 0.87% 0.96% -
XYZ 24.31 11.35 87.3 -
YUV 81.11 220.49 153.6 -
System Red Green Blue C M Y K H S L
Decimal 117 31 245 0.52 0.87 0 0.04 264.11 0.91 0.54
Hex 75 1F F5 34 57 0 4 108 5B 36
Octal 165 37 365 64 127 0 4 410 133 66
Binary 1110101 11111 11110101 110100 1010111 0 100 100001000 1011011 110110

Color Harmonies of #751FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FF5

Black with #751FF5

Text Example


Text Example

White with #751FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,31,245); }

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

background-color css

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

 a { background-color: rgb(117,31,245); }

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

border-color css

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

 span { border-color: rgb(117,31,245); }

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