Html Css Color HEX #7503CD Dark Violet

📋 copy color: '#7503CD'

red 117 ◦ green 3 ◦ blue 205

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

Shades of Dark Violet #7503CD

Tints of Dark Violet #7503CD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 36%
G = 0.92%
B = 63.08%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7503CD (or 0x7503CD) is known color: Dark Violet. HEX triplet: 75, 03 and CD. RGB value is (117,3,205). Sum of RGB (Red+Green+Blue) = 117+3+205=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #7503CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7503CD is #8AFC32. Grayscale: #3B3B3B. Windows color (decimal): -9108531 or 13435765. OLE color: 13435765.

HSL color Cylindrical-coordinate representation of color #7503CD: hue angle of 273.86º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7503CD is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 3 205 -
CMYK 0.43 0.99 0 0.20
HSL 273.86º 0.97% 0.41% -
HSV(B) 273.86º 0.99% 0.8% -
XYZ 18.39 8.25 58.38 -
YUV 60.11 209.77 168.57 -
System Red Green Blue C M Y K H S L
Decimal 117 3 205 0.43 0.99 0 0.20 273.86 0.97 0.41
Hex 75 3 CD 2B 63 0 14 112 61 29
Octal 165 3 315 53 143 0 24 422 141 51
Binary 1110101 11 11001101 101011 1100011 0 10100 100010010 1100001 101001

Color Harmonies of #7503CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7503CD

Black with #7503CD

Text Example


Text Example

White with #7503CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7503CD; }

 p { color: rgb(117,3,205); }

 H1.HeaderClassName
 {
   color: #7503CD;
 }
 .AnyTagClassName
 {
   color: #7503CD;
 }
</style>

background-color css

<style>
 a { background-color: #7503CD; }

 a { background-color: rgb(117,3,205); }

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

border-color css

<style>
 span { border-color: #7503CD; }

 span { border-color: rgb(117,3,205); }

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