Html Css Color HEX #7502BD Dark Violet

📋 copy color: '#7502BD'

red 117 ◦ green 2 ◦ blue 189

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

Shades of Dark Violet #7502BD

Tints of Dark Violet #7502BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.36%

R = 37.99%
G = 0.65%
B = 61.36%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7502BD (or 0x7502BD) is known color: Dark Violet. HEX triplet: 75, 02 and BD. RGB value is (117,2,189). Sum of RGB (Red+Green+Blue) = 117+2+189=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #7502BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502BD is #8AFD42. Grayscale: #393939. Windows color (decimal): -9108803 or 12386933. OLE color: 12386933.

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

Color convert

RGB 117 2 189 -
CMYK 0.38 0.99 0 0.26
HSL 276.9º 0.98% 0.37% -
HSV(B) 276.9º 0.99% 0.74% -
XYZ 16.54 7.5 48.72 -
YUV 57.7 202.1 170.29 -
System Red Green Blue C M Y K H S L
Decimal 117 2 189 0.38 0.99 0 0.26 276.9 0.98 0.37
Hex 75 2 BD 26 63 0 1A 115 62 25
Octal 165 2 275 46 143 0 32 425 142 45
Binary 1110101 10 10111101 100110 1100011 0 11010 100010101 1100010 100101

Color Harmonies of #7502BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502BD

Black with #7502BD

Text Example


Text Example

White with #7502BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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