Html Css Color HEX #7502BC Dark Violet

📋 copy color: '#7502BC'

red 117 ◦ green 2 ◦ blue 188

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

Shades of Dark Violet #7502BC

Tints of Dark Violet #7502BC

RGB

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

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

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

R = 38.11%
G = 0.65%
B = 61.24%

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

#7502BC (or 0x7502BC) is known color: Dark Violet. HEX triplet: 75, 02 and BC. RGB value is (117,2,188). Sum of RGB (Red+Green+Blue) = 117+2+188=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #7502BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502BC is #8AFD43. Grayscale: #383838. Windows color (decimal): -9108804 or 12321397. OLE color: 12321397.

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

Color convert

RGB 117 2 188 -
CMYK 0.38 0.99 0 0.26
HSL 277.1º 0.98% 0.37% -
HSV(B) 277.1º 0.99% 0.74% -
XYZ 16.43 7.46 48.15 -
YUV 57.59 201.6 170.38 -
System Red Green Blue C M Y K H S L
Decimal 117 2 188 0.38 0.99 0 0.26 277.1 0.98 0.37
Hex 75 2 BC 26 63 0 1A 115 62 25
Octal 165 2 274 46 143 0 32 425 142 45
Binary 1110101 10 10111100 100110 1100011 0 11010 100010101 1100010 100101

Color Harmonies of #7502BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502BC

Black with #7502BC

Text Example


Text Example

White with #7502BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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