Html Css Color HEX #7504CE Dark Violet

📋 copy color: '#7504CE'

red 117 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #7504CE

Tints of Dark Violet #7504CE

RGB

 RED value IS 117 (46.09% from 255) = 35.78%

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

 BLUE value IS 206 (80.86% from 255) = 63%

R = 35.78%
G = 1.22%
B = 63%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7504CE (or 0x7504CE) is known color: Dark Violet. HEX triplet: 75, 04 and CE. RGB value is (117,4,206). Sum of RGB (Red+Green+Blue) = 117+4+206=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #7504CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504CE is #8AFB31. Grayscale: #3C3C3C. Windows color (decimal): -9108274 or 13501557. OLE color: 13501557.

HSL color Cylindrical-coordinate representation of color #7504CE: hue angle of 273.56º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7504CE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 4 206 -
CMYK 0.43 0.98 0 0.19
HSL 273.56º 0.96% 0.41% -
HSV(B) 273.56º 0.98% 0.81% -
XYZ 18.52 8.32 59.02 -
YUV 60.82 209.94 168.07 -
System Red Green Blue C M Y K H S L
Decimal 117 4 206 0.43 0.98 0 0.19 273.56 0.96 0.41
Hex 75 4 CE 2B 62 0 13 112 60 29
Octal 165 4 316 53 142 0 23 422 140 51
Binary 1110101 100 11001110 101011 1100010 0 10011 100010010 1100000 101001

Color Harmonies of #7504CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504CE

Black with #7504CE

Text Example


Text Example

White with #7504CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7504CE; }

 p { color: rgb(117,4,206); }

 H1.HeaderClassName
 {
   color: #7504CE;
 }
 .AnyTagClassName
 {
   color: #7504CE;
 }
</style>

background-color css

<style>
 a { background-color: #7504CE; }

 a { background-color: rgb(117,4,206); }

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

border-color css

<style>
 span { border-color: #7504CE; }

 span { border-color: rgb(117,4,206); }

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