Html Css Color HEX #7604DD Dark Violet

📋 copy color: '#7604DD'

red 118 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #7604DD

Tints of Dark Violet #7604DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 34.4%
G = 1.17%
B = 64.43%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7604DD (or 0x7604DD) is known color: Dark Violet. HEX triplet: 76, 04 and DD. RGB value is (118,4,221). Sum of RGB (Red+Green+Blue) = 118+4+221=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #7604DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7604DD is #89FB22. Grayscale: #3E3E3E. Windows color (decimal): -9042723 or 14484598. OLE color: 14484598.

HSL color Cylindrical-coordinate representation of color #7604DD: hue angle of 271.52º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7604DD is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 4 221 -
CMYK 0.47 0.98 0 0.13
HSL 271.52º 0.96% 0.44% -
HSV(B) 271.52º 0.98% 0.87% -
XYZ 20.57 9.16 69.09 -
YUV 62.82 217.27 167.36 -
System Red Green Blue C M Y K H S L
Decimal 118 4 221 0.47 0.98 0 0.13 271.52 0.96 0.44
Hex 76 4 DD 2F 62 0 D 110 60 2C
Octal 166 4 335 57 142 0 15 420 140 54
Binary 1110110 100 11011101 101111 1100010 0 1101 100010000 1100000 101100

Color Harmonies of #7604DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7604DD

Black with #7604DD

Text Example


Text Example

White with #7604DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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