Html Css Color HEX #751FDE Blue Violet

📋 copy color: '#751FDE'

red 117 ◦ green 31 ◦ blue 222

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

Shades of Blue Violet #751FDE

Tints of Blue Violet #751FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60%

R = 31.62%
G = 8.38%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#751FDE (or 0x751FDE) is known color: Blue Violet. HEX triplet: 75, 1F and DE. RGB value is (117,31,222). Sum of RGB (Red+Green+Blue) = 117+31+222=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #751FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751FDE is #8AE021. Grayscale: #4D4D4D. Windows color (decimal): -9101346 or 14557045. OLE color: 14557045.

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

Color convert

RGB 117 31 222 -
CMYK 0.47 0.86 0 0.13
HSL 267.02º 0.75% 0.5% -
HSV(B) 267.02º 0.86% 0.87% -
XYZ 21.01 10.04 69.94 -
YUV 78.49 208.99 155.47 -
System Red Green Blue C M Y K H S L
Decimal 117 31 222 0.47 0.86 0 0.13 267.02 0.75 0.5
Hex 75 1F DE 2F 56 0 D 10B 4B 32
Octal 165 37 336 57 126 0 15 413 113 62
Binary 1110101 11111 11011110 101111 1010110 0 1101 100001011 1001011 110010

Color Harmonies of #751FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FDE

Black with #751FDE

Text Example


Text Example

White with #751FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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