Html Css Color HEX #7604DB Dark Violet

📋 copy color: '#7604DB'

red 118 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #7604DB

Tints of Dark Violet #7604DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.22%

R = 34.6%
G = 1.17%
B = 64.22%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7604DB (or 0x7604DB) is known color: Dark Violet. HEX triplet: 76, 04 and DB. RGB value is (118,4,219). Sum of RGB (Red+Green+Blue) = 118+4+219=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #7604DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7604DB is #89FB24. Grayscale: #3D3D3D. Windows color (decimal): -9042725 or 14353526. OLE color: 14353526.

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

Color convert

RGB 118 4 219 -
CMYK 0.46 0.98 0 0.14
HSL 271.81º 0.96% 0.44% -
HSV(B) 271.81º 0.98% 0.86% -
XYZ 20.3 9.05 67.7 -
YUV 62.6 216.27 167.52 -
System Red Green Blue C M Y K H S L
Decimal 118 4 219 0.46 0.98 0 0.14 271.81 0.96 0.44
Hex 76 4 DB 2E 62 0 E 110 60 2C
Octal 166 4 333 56 142 0 16 420 140 54
Binary 1110110 100 11011011 101110 1100010 0 1110 100010000 1100000 101100

Color Harmonies of #7604DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7604DB

Black with #7604DB

Text Example


Text Example

White with #7604DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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