Html Css Color HEX #7502CE Dark Violet

📋 copy color: '#7502CE'

red 117 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #7502CE

Tints of Dark Violet #7502CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 36%
G = 0.62%
B = 63.38%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7502CE (or 0x7502CE) is known color: Dark Violet. HEX triplet: 75, 02 and CE. RGB value is (117,2,206). Sum of RGB (Red+Green+Blue) = 117+2+206=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #7502CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502CE is #8AFD31. Grayscale: #3A3A3A. Windows color (decimal): -9108786 or 13501045. OLE color: 13501045.

HSL color Cylindrical-coordinate representation of color #7502CE: hue angle of 273.82º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7502CE is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 2 206 -
CMYK 0.43 0.99 0 0.19
HSL 273.82º 0.98% 0.41% -
HSV(B) 273.82º 0.99% 0.81% -
XYZ 18.5 8.28 59.02 -
YUV 59.64 210.6 168.91 -
System Red Green Blue C M Y K H S L
Decimal 117 2 206 0.43 0.99 0 0.19 273.82 0.98 0.41
Hex 75 2 CE 2B 63 0 13 112 62 29
Octal 165 2 316 53 143 0 23 422 142 51
Binary 1110101 10 11001110 101011 1100011 0 10011 100010010 1100010 101001

Color Harmonies of #7502CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502CE

Black with #7502CE

Text Example


Text Example

White with #7502CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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