Html Css Color HEX #751FF2 Blue Violet

📋 copy color: '#751FF2'

red 117 ◦ green 31 ◦ blue 242

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

Shades of Blue Violet #751FF2

Tints of Blue Violet #751FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.05%

R = 30%
G = 7.95%
B = 62.05%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#751FF2 (or 0x751FF2) is known color: Blue Violet. HEX triplet: 75, 1F and F2. RGB value is (117,31,242). Sum of RGB (Red+Green+Blue) = 117+31+242=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 242 (94.92% from 255 or 62.05% from 390); Max value from RGB is 242 - color contains mainly: blue. Hex color #751FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751FF2 is #8AE00D. Grayscale: #505050. Windows color (decimal): -9101326 or 15867765. OLE color: 15867765.

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

Color convert

RGB 117 31 242 -
CMYK 0.52 0.87 0 0.05
HSL 264.46º 0.89% 0.54% -
HSV(B) 264.46º 0.87% 0.95% -
XYZ 23.85 11.17 84.9 -
YUV 80.77 218.99 153.84 -
System Red Green Blue C M Y K H S L
Decimal 117 31 242 0.52 0.87 0 0.05 264.46 0.89 0.54
Hex 75 1F F2 34 57 0 5 108 59 36
Octal 165 37 362 64 127 0 5 410 131 66
Binary 1110101 11111 11110010 110100 1010111 0 101 100001000 1011001 110110

Color Harmonies of #751FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FF2

Black with #751FF2

Text Example


Text Example

White with #751FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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