Html Css Color HEX #7501BE Dark Violet

📋 copy color: '#7501BE'

red 117 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #7501BE

Tints of Dark Violet #7501BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.69%

R = 37.99%
G = 0.32%
B = 61.69%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7501BE (or 0x7501BE) is known color: Dark Violet. HEX triplet: 75, 01 and BE. RGB value is (117,1,190). Sum of RGB (Red+Green+Blue) = 117+1+190=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #7501BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7501BE is #8AFE41. Grayscale: #383838. Windows color (decimal): -9109058 or 12452213. OLE color: 12452213.

HSL color Cylindrical-coordinate representation of color #7501BE: hue angle of 276.83º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7501BE is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 1 190 -
CMYK 0.38 0.99 0 0.25
HSL 276.83º 0.99% 0.37% -
HSV(B) 276.83º 0.99% 0.75% -
XYZ 16.64 7.52 49.29 -
YUV 57.23 202.93 170.63 -
System Red Green Blue C M Y K H S L
Decimal 117 1 190 0.38 0.99 0 0.25 276.83 0.99 0.37
Hex 75 1 BE 26 63 0 19 115 63 25
Octal 165 1 276 46 143 0 31 425 143 45
Binary 1110101 1 10111110 100110 1100011 0 11001 100010101 1100011 100101

Color Harmonies of #7501BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7501BE

Black with #7501BE

Text Example


Text Example

White with #7501BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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