Html Css Color HEX #741CDF Blue Violet

📋 copy color: '#741CDF'

red 116 ◦ green 28 ◦ blue 223

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

Shades of Blue Violet #741CDF

Tints of Blue Violet #741CDF

RGB

 RED value IS 116 (45.7% from 255) = 31.61%

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

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 31.61%
G = 7.63%
B = 60.76%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#741CDF (or 0x741CDF) is known color: Blue Violet. HEX triplet: 74, 1C and DF. RGB value is (116,28,223). Sum of RGB (Red+Green+Blue) = 116+28+223=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #741CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CDF is #8BE320. Grayscale: #4B4B4B. Windows color (decimal): -9167649 or 14621812. OLE color: 14621812.

HSL color Cylindrical-coordinate representation of color #741CDF: hue angle of 267.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741CDF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 28 223 -
CMYK 0.48 0.87 0 0.13
HSL 267.08º 0.78% 0.49% -
HSV(B) 267.08º 0.87% 0.87% -
XYZ 20.94 9.87 70.61 -
YUV 76.54 210.65 156.14 -
System Red Green Blue C M Y K H S L
Decimal 116 28 223 0.48 0.87 0 0.13 267.08 0.78 0.49
Hex 74 1C DF 30 57 0 D 10B 4E 31
Octal 164 34 337 60 127 0 15 413 116 61
Binary 1110100 11100 11011111 110000 1010111 0 1101 100001011 1001110 110001

Color Harmonies of #741CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CDF

Black with #741CDF

Text Example


Text Example

White with #741CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741CDF; }

 p { color: rgb(116,28,223); }

 H1.HeaderClassName
 {
   color: #741CDF;
 }
 .AnyTagClassName
 {
   color: #741CDF;
 }
</style>

background-color css

<style>
 a { background-color: #741CDF; }

 a { background-color: rgb(116,28,223); }

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

border-color css

<style>
 span { border-color: #741CDF; }

 span { border-color: rgb(116,28,223); }

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