Html Css Color HEX #7506CF Dark Violet

📋 copy color: '#7506CF'

red 117 ◦ green 6 ◦ blue 207

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

Shades of Dark Violet #7506CF

Tints of Dark Violet #7506CF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 35.45%
G = 1.82%
B = 62.73%

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

#7506CF (or 0x7506CF) is known color: Dark Violet. HEX triplet: 75, 06 and CF. RGB value is (117,6,207). Sum of RGB (Red+Green+Blue) = 117+6+207=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #7506CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7506CF is #8AF930. Grayscale: #3D3D3D. Windows color (decimal): -9107761 or 13567605. OLE color: 13567605.

HSL color Cylindrical-coordinate representation of color #7506CF: hue angle of 273.13º degrees, saturation: 0.94, 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 #7506CF is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 6 207 -
CMYK 0.43 0.97 0 0.19
HSL 273.13º 0.94% 0.42% -
HSV(B) 273.13º 0.97% 0.81% -
XYZ 18.66 8.42 59.67 -
YUV 62.1 209.77 167.16 -
System Red Green Blue C M Y K H S L
Decimal 117 6 207 0.43 0.97 0 0.19 273.13 0.94 0.42
Hex 75 6 CF 2B 61 0 13 111 5E 2A
Octal 165 6 317 53 141 0 23 421 136 52
Binary 1110101 110 11001111 101011 1100001 0 10011 100010001 1011110 101010

Color Harmonies of #7506CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7506CF

Black with #7506CF

Text Example


Text Example

White with #7506CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7506CF; }

 p { color: rgb(117,6,207); }

 H1.HeaderClassName
 {
   color: #7506CF;
 }
 .AnyTagClassName
 {
   color: #7506CF;
 }
</style>

background-color css

<style>
 a { background-color: #7506CF; }

 a { background-color: rgb(117,6,207); }

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

border-color css

<style>
 span { border-color: #7506CF; }

 span { border-color: rgb(117,6,207); }

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