Html Css Color HEX #741C9F Vivid Violet

📋 copy color: '#741C9F'

red 116 ◦ green 28 ◦ blue 159

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

Shades of Vivid Violet #741C9F

Tints of Vivid Violet #741C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 38.28%
G = 9.24%
B = 52.48%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#741C9F (or 0x741C9F) is known color: Vivid Violet. HEX triplet: 74, 1C and 9F. RGB value is (116,28,159). Sum of RGB (Red+Green+Blue) = 116+28+159=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #741C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741C9F is #8BE360. Grayscale: #444444. Windows color (decimal): -9167713 or 10427508. OLE color: 10427508.

HSL color Cylindrical-coordinate representation of color #741C9F: hue angle of 280.31º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741C9F is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 28 159 -
CMYK 0.27 0.82 0 0.38
HSL 280.31º 0.7% 0.37% -
HSV(B) 280.31º 0.82% 0.62% -
XYZ 13.88 7.05 33.43 -
YUV 69.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 116 28 159 0.27 0.82 0 0.38 280.31 0.7 0.37
Hex 74 1C 9F 1B 52 0 26 118 46 25
Octal 164 34 237 33 122 0 46 430 106 45
Binary 1110100 11100 10011111 11011 1010010 0 100110 100011000 1000110 100101

Color Harmonies of #741C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C9F

Black with #741C9F

Text Example


Text Example

White with #741C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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