Html Css Color HEX #741CDE Blue Violet

📋 copy color: '#741CDE'

red 116 ◦ green 28 ◦ blue 222

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

Shades of Blue Violet #741CDE

Tints of Blue Violet #741CDE

RGB

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

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

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

R = 31.69%
G = 7.65%
B = 60.66%

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

#741CDE (or 0x741CDE) is known color: Blue Violet. HEX triplet: 74, 1C and DE. RGB value is (116,28,222). Sum of RGB (Red+Green+Blue) = 116+28+222=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #741CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CDE is #8BE321. Grayscale: #4B4B4B. Windows color (decimal): -9167650 or 14556276. OLE color: 14556276.

HSL color Cylindrical-coordinate representation of color #741CDE: hue angle of 267.22º 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 #741CDE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 28 222 -
CMYK 0.48 0.87 0 0.13
HSL 267.22º 0.78% 0.49% -
HSV(B) 267.22º 0.87% 0.87% -
XYZ 20.8 9.82 69.91 -
YUV 76.43 210.15 156.23 -
System Red Green Blue C M Y K H S L
Decimal 116 28 222 0.48 0.87 0 0.13 267.22 0.78 0.49
Hex 74 1C DE 30 57 0 D 10B 4E 31
Octal 164 34 336 60 127 0 15 413 116 61
Binary 1110100 11100 11011110 110000 1010111 0 1101 100001011 1001110 110001

Color Harmonies of #741CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CDE

Black with #741CDE

Text Example


Text Example

White with #741CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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