Html Css Color HEX #751FDC Blue Violet

📋 copy color: '#751FDC'

red 117 ◦ green 31 ◦ blue 220

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

Shades of Blue Violet #751FDC

Tints of Blue Violet #751FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.78%

R = 31.79%
G = 8.42%
B = 59.78%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#751FDC (or 0x751FDC) is known color: Blue Violet. HEX triplet: 75, 1F and DC. RGB value is (117,31,220). Sum of RGB (Red+Green+Blue) = 117+31+220=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #751FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751FDC is #8AE023. Grayscale: #4D4D4D. Windows color (decimal): -9101348 or 14425973. OLE color: 14425973.

HSL color Cylindrical-coordinate representation of color #751FDC: hue angle of 267.3º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751FDC is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 31 220 -
CMYK 0.47 0.86 0 0.14
HSL 267.3º 0.75% 0.49% -
HSV(B) 267.3º 0.86% 0.86% -
XYZ 20.74 9.93 68.53 -
YUV 78.26 207.99 155.63 -
System Red Green Blue C M Y K H S L
Decimal 117 31 220 0.47 0.86 0 0.14 267.3 0.75 0.49
Hex 75 1F DC 2F 56 0 E 10B 4B 31
Octal 165 37 334 57 126 0 16 413 113 61
Binary 1110101 11111 11011100 101111 1010110 0 1110 100001011 1001011 110001

Color Harmonies of #751FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FDC

Black with #751FDC

Text Example


Text Example

White with #751FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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