Html Css Color HEX #741CA4 Vivid Violet

📋 copy color: '#741CA4'

red 116 ◦ green 28 ◦ blue 164

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

Shades of Vivid Violet #741CA4

Tints of Vivid Violet #741CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 37.66%
G = 9.09%
B = 53.25%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#741CA4 (or 0x741CA4) is known color: Vivid Violet. HEX triplet: 74, 1C and A4. RGB value is (116,28,164). Sum of RGB (Red+Green+Blue) = 116+28+164=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #741CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741CA4 is #8BE35B. Grayscale: #454545. Windows color (decimal): -9167708 or 10755188. OLE color: 10755188.

HSL color Cylindrical-coordinate representation of color #741CA4: hue angle of 278.82º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741CA4 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 28 164 -
CMYK 0.29 0.83 0 0.36
HSL 278.82º 0.71% 0.38% -
HSV(B) 278.82º 0.83% 0.64% -
XYZ 14.32 7.22 35.76 -
YUV 69.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 116 28 164 0.29 0.83 0 0.36 278.82 0.71 0.38
Hex 74 1C A4 1D 53 0 24 117 47 26
Octal 164 34 244 35 123 0 44 427 107 46
Binary 1110100 11100 10100100 11101 1010011 0 100100 100010111 1000111 100110

Color Harmonies of #741CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CA4

Black with #741CA4

Text Example


Text Example

White with #741CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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