Html Css Color HEX #7505BC Dark Violet

📋 copy color: '#7505BC'

red 117 ◦ green 5 ◦ blue 188

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

Shades of Dark Violet #7505BC

Tints of Dark Violet #7505BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 37.74%
G = 1.61%
B = 60.65%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7505BC (or 0x7505BC) is known color: Dark Violet. HEX triplet: 75, 05 and BC. RGB value is (117,5,188). Sum of RGB (Red+Green+Blue) = 117+5+188=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #7505BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505BC is #8AFA43. Grayscale: #3A3A3A. Windows color (decimal): -9108036 or 12322165. OLE color: 12322165.

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

Color convert

RGB 117 5 188 -
CMYK 0.38 0.97 0 0.26
HSL 276.72º 0.95% 0.38% -
HSV(B) 276.72º 0.97% 0.74% -
XYZ 16.47 7.52 48.16 -
YUV 59.35 200.61 169.12 -
System Red Green Blue C M Y K H S L
Decimal 117 5 188 0.38 0.97 0 0.26 276.72 0.95 0.38
Hex 75 5 BC 26 61 0 1A 115 5F 26
Octal 165 5 274 46 141 0 32 425 137 46
Binary 1110101 101 10111100 100110 1100001 0 11010 100010101 1011111 100110

Color Harmonies of #7505BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505BC

Black with #7505BC

Text Example


Text Example

White with #7505BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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