Html Css Color HEX #7400CC Dark Violet

📋 copy color: '#7400CC'

red 116 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #7400CC

Tints of Dark Violet #7400CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 204 (80.08% from 255) = 63.75%

R = 36.25%
G = 0%
B = 63.75%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7400CC (or 0x7400CC) is known color: Dark Violet. HEX triplet: 74, 00 and CC. RGB value is (116,0,204). Sum of RGB (Red+Green+Blue) = 116+0+204=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #7400CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400CC is #8BFF33. Grayscale: #393939. Windows color (decimal): -9174836 or 13369460. OLE color: 13369460.

HSL color Cylindrical-coordinate representation of color #7400CC: hue angle of 274.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400CC is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 0 204 -
CMYK 0.43 1 0 0.2
HSL 274.12º 1% 0.4% -
HSV(B) 274.12º 1% 0.8% -
XYZ 18.1 8.07 57.73 -
YUV 57.94 210.43 169.41 -
System Red Green Blue C M Y K H S L
Decimal 116 0 204 0.43 1 0 0.2 274.12 1 0.4
Hex 74 0 CC 2B 64 0 14 112 64 28
Octal 164 0 314 53 144 0 24 422 144 50
Binary 1110100 0 11001100 101011 1100100 0 10100 100010010 1100100 101000

Color Harmonies of #7400CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400CC

Black with #7400CC

Text Example


Text Example

White with #7400CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7400CC; }

 p { color: rgb(116,0,204); }

 H1.HeaderClassName
 {
   color: #7400CC;
 }
 .AnyTagClassName
 {
   color: #7400CC;
 }
</style>

background-color css

<style>
 a { background-color: #7400CC; }

 a { background-color: rgb(116,0,204); }

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

border-color css

<style>
 span { border-color: #7400CC; }

 span { border-color: rgb(116,0,204); }

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