Html Css Color HEX #7502C3 Dark Violet

📋 copy color: '#7502C3'

red 117 ◦ green 2 ◦ blue 195

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

Shades of Dark Violet #7502C3

Tints of Dark Violet #7502C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 62.1%

R = 37.26%
G = 0.64%
B = 62.1%

CMYK

 C value IS 0.4

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7502C3 (or 0x7502C3) is known color: Dark Violet. HEX triplet: 75, 02 and C3. RGB value is (117,2,195). Sum of RGB (Red+Green+Blue) = 117+2+195=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 195 (76.56% from 255 or 62.10% from 314); Max value from RGB is 195 - color contains mainly: blue. Hex color #7502C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502C3 is #8AFD3C. Grayscale: #393939. Windows color (decimal): -9108797 or 12780149. OLE color: 12780149.

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

Color convert

RGB 117 2 195 -
CMYK 0.4 0.99 0 0.24
HSL 275.75º 0.98% 0.39% -
HSV(B) 275.75º 0.99% 0.76% -
XYZ 17.21 7.77 52.22 -
YUV 58.39 205.1 169.81 -
System Red Green Blue C M Y K H S L
Decimal 117 2 195 0.4 0.99 0 0.24 275.75 0.98 0.39
Hex 75 2 C3 28 63 0 18 114 62 27
Octal 165 2 303 50 143 0 30 424 142 47
Binary 1110101 10 11000011 101000 1100011 0 11000 100010100 1100010 100111

Color Harmonies of #7502C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502C3

Black with #7502C3

Text Example


Text Example

White with #7502C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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