Html Css Color HEX #7507DD Dark Violet

📋 copy color: '#7507DD'

red 117 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #7507DD

Tints of Dark Violet #7507DD

RGB

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

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

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

R = 33.91%
G = 2.03%
B = 64.06%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7507DD (or 0x7507DD) is known color: Dark Violet. HEX triplet: 75, 07 and DD. RGB value is (117,7,221). Sum of RGB (Red+Green+Blue) = 117+7+221=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #7507DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507DD is #8AF822. Grayscale: #3F3F3F. Windows color (decimal): -9107491 or 14485365. OLE color: 14485365.

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

Color convert

RGB 117 7 221 -
CMYK 0.47 0.97 0 0.13
HSL 270.84º 0.94% 0.45% -
HSV(B) 270.84º 0.97% 0.87% -
XYZ 20.46 9.15 69.1 -
YUV 64.29 216.44 165.6 -
System Red Green Blue C M Y K H S L
Decimal 117 7 221 0.47 0.97 0 0.13 270.84 0.94 0.45
Hex 75 7 DD 2F 61 0 D 10F 5E 2D
Octal 165 7 335 57 141 0 15 417 136 55
Binary 1110101 111 11011101 101111 1100001 0 1101 100001111 1011110 101101

Color Harmonies of #7507DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7507DD

Black with #7507DD

Text Example


Text Example

White with #7507DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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