Html Css Color HEX #751CEC Blue Violet

📋 copy color: '#751CEC'

red 117 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #751CEC

Tints of Blue Violet #751CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 30.71%
G = 7.35%
B = 61.94%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#751CEC (or 0x751CEC) is known color: Blue Violet. HEX triplet: 75, 1C and EC. RGB value is (117,28,236). Sum of RGB (Red+Green+Blue) = 117+28+236=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #751CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CEC is #8AE313. Grayscale: #4D4D4D. Windows color (decimal): -9102100 or 15473781. OLE color: 15473781.

HSL color Cylindrical-coordinate representation of color #751CEC: hue angle of 265.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751CEC is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 28 236 -
CMYK 0.50 0.88 0 0.07
HSL 265.67º 0.85% 0.52% -
HSV(B) 265.67º 0.88% 0.93% -
XYZ 22.89 10.67 80.21 -
YUV 78.32 216.99 155.59 -
System Red Green Blue C M Y K H S L
Decimal 117 28 236 0.50 0.88 0 0.07 265.67 0.85 0.52
Hex 75 1C EC 32 58 0 7 10A 55 34
Octal 165 34 354 62 130 0 7 412 125 64
Binary 1110101 11100 11101100 110010 1011000 0 111 100001010 1010101 110100

Color Harmonies of #751CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CEC

Black with #751CEC

Text Example


Text Example

White with #751CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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