Html Css Color HEX #7502BF Dark Violet

📋 copy color: '#7502BF'

red 117 ◦ green 2 ◦ blue 191

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

Shades of Dark Violet #7502BF

Tints of Dark Violet #7502BF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 191 (75% from 255) = 61.61%

R = 37.74%
G = 0.65%
B = 61.61%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7502BF (or 0x7502BF) is known color: Dark Violet. HEX triplet: 75, 02 and BF. RGB value is (117,2,191). Sum of RGB (Red+Green+Blue) = 117+2+191=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #7502BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502BF is #8AFD40. Grayscale: #393939. Windows color (decimal): -9108801 or 12518005. OLE color: 12518005.

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

Color convert

RGB 117 2 191 -
CMYK 0.39 0.99 0 0.25
HSL 276.51º 0.98% 0.38% -
HSV(B) 276.51º 0.99% 0.75% -
XYZ 16.76 7.59 49.87 -
YUV 57.93 203.1 170.13 -
System Red Green Blue C M Y K H S L
Decimal 117 2 191 0.39 0.99 0 0.25 276.51 0.98 0.38
Hex 75 2 BF 27 63 0 19 115 62 26
Octal 165 2 277 47 143 0 31 425 142 46
Binary 1110101 10 10111111 100111 1100011 0 11001 100010101 1100010 100110

Color Harmonies of #7502BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502BF

Black with #7502BF

Text Example


Text Example

White with #7502BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7502BF; }

 p { color: rgb(117,2,191); }

 H1.HeaderClassName
 {
   color: #7502BF;
 }
 .AnyTagClassName
 {
   color: #7502BF;
 }
</style>

background-color css

<style>
 a { background-color: #7502BF; }

 a { background-color: rgb(117,2,191); }

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

border-color css

<style>
 span { border-color: #7502BF; }

 span { border-color: rgb(117,2,191); }

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