Html Css Color HEX #7501DD Dark Violet

📋 copy color: '#7501DD'

red 117 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #7501DD

Tints of Dark Violet #7501DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 34.51%
G = 0.29%
B = 65.19%

CMYK

 C value IS 0.47

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7501DD (or 0x7501DD) is known color: Dark Violet. HEX triplet: 75, 01 and DD. RGB value is (117,1,221). Sum of RGB (Red+Green+Blue) = 117+1+221=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #7501DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7501DD is #8AFE22. Grayscale: #3C3C3C. Windows color (decimal): -9109027 or 14483829. OLE color: 14483829.

HSL color Cylindrical-coordinate representation of color #7501DD: hue angle of 271.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7501DD is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 1 221 -
CMYK 0.47 1.00 0 0.13
HSL 271.64º 0.99% 0.44% -
HSV(B) 271.64º 1% 0.87% -
XYZ 20.4 9.02 69.07 -
YUV 60.76 218.43 168.11 -
System Red Green Blue C M Y K H S L
Decimal 117 1 221 0.47 1.00 0 0.13 271.64 0.99 0.44
Hex 75 1 DD 2F 64 0 D 110 63 2C
Octal 165 1 335 57 144 0 15 420 143 54
Binary 1110101 1 11011101 101111 1100100 0 1101 100010000 1100011 101100

Color Harmonies of #7501DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7501DD

Black with #7501DD

Text Example


Text Example

White with #7501DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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