Html Css Color HEX #7507CE Dark Violet

📋 copy color: '#7507CE'

red 117 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #7507CE

Tints of Dark Violet #7507CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.12%

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

R = 35.45%
G = 2.12%
B = 62.42%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7507CE (or 0x7507CE) is known color: Dark Violet. HEX triplet: 75, 07 and CE. RGB value is (117,7,206). Sum of RGB (Red+Green+Blue) = 117+7+206=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #7507CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507CE is #8AF831. Grayscale: #3D3D3D. Windows color (decimal): -9107506 or 13502325. OLE color: 13502325.

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

Color convert

RGB 117 7 206 -
CMYK 0.43 0.97 0 0.19
HSL 273.17º 0.93% 0.42% -
HSV(B) 273.17º 0.97% 0.81% -
XYZ 18.55 8.39 59.03 -
YUV 62.58 208.94 166.82 -
System Red Green Blue C M Y K H S L
Decimal 117 7 206 0.43 0.97 0 0.19 273.17 0.93 0.42
Hex 75 7 CE 2B 61 0 13 111 5D 2A
Octal 165 7 316 53 141 0 23 421 135 52
Binary 1110101 111 11001110 101011 1100001 0 10011 100010001 1011101 101010

Color Harmonies of #7507CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7507CE

Black with #7507CE

Text Example


Text Example

White with #7507CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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