Html Css Color HEX #7502BE Dark Violet

📋 copy color: '#7502BE'

red 117 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #7502BE

Tints of Dark Violet #7502BE

RGB

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

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

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

R = 37.86%
G = 0.65%
B = 61.49%

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

#7502BE (or 0x7502BE) is known color: Dark Violet. HEX triplet: 75, 02 and BE. RGB value is (117,2,190). Sum of RGB (Red+Green+Blue) = 117+2+190=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #7502BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502BE is #8AFD41. Grayscale: #393939. Windows color (decimal): -9108802 or 12452469. OLE color: 12452469.

HSL color Cylindrical-coordinate representation of color #7502BE: hue angle of 276.7º 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 #7502BE is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 2 190 -
CMYK 0.38 0.99 0 0.25
HSL 276.7º 0.98% 0.38% -
HSV(B) 276.7º 0.99% 0.75% -
XYZ 16.65 7.54 49.29 -
YUV 57.82 202.6 170.21 -
System Red Green Blue C M Y K H S L
Decimal 117 2 190 0.38 0.99 0 0.25 276.7 0.98 0.38
Hex 75 2 BE 26 63 0 19 115 62 26
Octal 165 2 276 46 143 0 31 425 142 46
Binary 1110101 10 10111110 100110 1100011 0 11001 100010101 1100010 100110

Color Harmonies of #7502BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502BE

Black with #7502BE

Text Example


Text Example

White with #7502BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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