Html Css Color HEX #7503BC Dark Violet

📋 copy color: '#7503BC'

red 117 ◦ green 3 ◦ blue 188

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

Shades of Dark Violet #7503BC

Tints of Dark Violet #7503BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.04%

R = 37.99%
G = 0.97%
B = 61.04%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7503BC (or 0x7503BC) is known color: Dark Violet. HEX triplet: 75, 03 and BC. RGB value is (117,3,188). Sum of RGB (Red+Green+Blue) = 117+3+188=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #7503BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7503BC is #8AFC43. Grayscale: #393939. Windows color (decimal): -9108548 or 12321653. OLE color: 12321653.

HSL color Cylindrical-coordinate representation of color #7503BC: hue angle of 276.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7503BC is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 3 188 -
CMYK 0.38 0.98 0 0.26
HSL 276.97º 0.97% 0.37% -
HSV(B) 276.97º 0.98% 0.74% -
XYZ 16.45 7.48 48.15 -
YUV 58.18 201.27 169.96 -
System Red Green Blue C M Y K H S L
Decimal 117 3 188 0.38 0.98 0 0.26 276.97 0.97 0.37
Hex 75 3 BC 26 62 0 1A 115 61 25
Octal 165 3 274 46 142 0 32 425 141 45
Binary 1110101 11 10111100 100110 1100010 0 11010 100010101 1100001 100101

Color Harmonies of #7503BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7503BC

Black with #7503BC

Text Example


Text Example

White with #7503BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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