Html Css Color HEX #7401CA Dark Violet

📋 copy color: '#7401CA'

red 116 ◦ green 1 ◦ blue 202

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

Shades of Dark Violet #7401CA

Tints of Dark Violet #7401CA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 36.36%
G = 0.31%
B = 63.32%

CMYK

 C value IS 0.43

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7401CA (or 0x7401CA) is known color: Dark Violet. HEX triplet: 74, 01 and CA. RGB value is (116,1,202). Sum of RGB (Red+Green+Blue) = 116+1+202=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #7401CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7401CA is #8BFE35. Grayscale: #393939. Windows color (decimal): -9174582 or 13238644. OLE color: 13238644.

HSL color Cylindrical-coordinate representation of color #7401CA: hue angle of 274.33º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7401CA is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 1 202 -
CMYK 0.43 1.00 0 0.21
HSL 274.33º 0.99% 0.4% -
HSV(B) 274.33º 1% 0.79% -
XYZ 17.87 8 56.48 -
YUV 58.3 209.1 169.16 -
System Red Green Blue C M Y K H S L
Decimal 116 1 202 0.43 1.00 0 0.21 274.33 0.99 0.4
Hex 74 1 CA 2B 64 0 15 112 63 28
Octal 164 1 312 53 144 0 25 422 143 50
Binary 1110100 1 11001010 101011 1100100 0 10101 100010010 1100011 101000

Color Harmonies of #7401CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7401CA

Black with #7401CA

Text Example


Text Example

White with #7401CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7401CA; }

 p { color: rgb(116,1,202); }

 H1.HeaderClassName
 {
   color: #7401CA;
 }
 .AnyTagClassName
 {
   color: #7401CA;
 }
</style>

background-color css

<style>
 a { background-color: #7401CA; }

 a { background-color: rgb(116,1,202); }

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

border-color css

<style>
 span { border-color: #7401CA; }

 span { border-color: rgb(116,1,202); }

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