Html Css Color HEX #751CDC Blue Violet

📋 copy color: '#751CDC'

red 117 ◦ green 28 ◦ blue 220

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

Shades of Blue Violet #751CDC

Tints of Blue Violet #751CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.67%

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

R = 32.05%
G = 7.67%
B = 60.27%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#751CDC (or 0x751CDC) is known color: Blue Violet. HEX triplet: 75, 1C and DC. RGB value is (117,28,220). Sum of RGB (Red+Green+Blue) = 117+28+220=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #751CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CDC is #8AE323. Grayscale: #4B4B4B. Windows color (decimal): -9102116 or 14425205. OLE color: 14425205.

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

Color convert

RGB 117 28 220 -
CMYK 0.47 0.87 0 0.14
HSL 267.81º 0.77% 0.49% -
HSV(B) 267.81º 0.87% 0.86% -
XYZ 20.67 9.78 68.51 -
YUV 76.5 208.99 156.89 -
System Red Green Blue C M Y K H S L
Decimal 117 28 220 0.47 0.87 0 0.14 267.81 0.77 0.49
Hex 75 1C DC 2F 57 0 E 10C 4D 31
Octal 165 34 334 57 127 0 16 414 115 61
Binary 1110101 11100 11011100 101111 1010111 0 1110 100001100 1001101 110001

Color Harmonies of #751CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CDC

Black with #751CDC

Text Example


Text Example

White with #751CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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