Html Css Color HEX #7604CC Dark Violet

📋 copy color: '#7604CC'

red 118 ◦ green 4 ◦ blue 204

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

Shades of Dark Violet #7604CC

Tints of Dark Violet #7604CC

RGB

 RED value IS 118 (46.48% from 255) = 36.2%

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 36.2%
G = 1.23%
B = 62.58%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7604CC (or 0x7604CC) is known color: Dark Violet. HEX triplet: 76, 04 and CC. RGB value is (118,4,204). Sum of RGB (Red+Green+Blue) = 118+4+204=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #7604CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7604CC is #89FB33. Grayscale: #3C3C3C. Windows color (decimal): -9042740 or 13370486. OLE color: 13370486.

HSL color Cylindrical-coordinate representation of color #7604CC: hue angle of 274.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7604CC is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 4 204 -
CMYK 0.42 0.98 0 0.2
HSL 274.2º 0.96% 0.41% -
HSV(B) 274.2º 0.98% 0.8% -
XYZ 18.41 8.3 57.76 -
YUV 60.89 208.77 168.74 -
System Red Green Blue C M Y K H S L
Decimal 118 4 204 0.42 0.98 0 0.2 274.2 0.96 0.41
Hex 76 4 CC 2A 62 0 14 112 60 29
Octal 166 4 314 52 142 0 24 422 140 51
Binary 1110110 100 11001100 101010 1100010 0 10100 100010010 1100000 101001

Color Harmonies of #7604CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7604CC

Black with #7604CC

Text Example


Text Example

White with #7604CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,4,204); }

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

background-color css

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

 a { background-color: rgb(118,4,204); }

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

border-color css

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

 span { border-color: rgb(118,4,204); }

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