Html Css Color HEX #7505CE Dark Violet

📋 copy color: '#7505CE'

red 117 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #7505CE

Tints of Dark Violet #7505CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

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

R = 35.67%
G = 1.52%
B = 62.8%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7505CE (or 0x7505CE) is known color: Dark Violet. HEX triplet: 75, 05 and CE. RGB value is (117,5,206). Sum of RGB (Red+Green+Blue) = 117+5+206=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #7505CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505CE is #8AFA31. Grayscale: #3C3C3C. Windows color (decimal): -9108018 or 13501813. OLE color: 13501813.

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

Color convert

RGB 117 5 206 -
CMYK 0.43 0.98 0 0.19
HSL 273.43º 0.95% 0.41% -
HSV(B) 273.43º 0.98% 0.81% -
XYZ 18.53 8.35 59.03 -
YUV 61.4 209.61 167.66 -
System Red Green Blue C M Y K H S L
Decimal 117 5 206 0.43 0.98 0 0.19 273.43 0.95 0.41
Hex 75 5 CE 2B 62 0 13 111 5F 29
Octal 165 5 316 53 142 0 23 421 137 51
Binary 1110101 101 11001110 101011 1100010 0 10011 100010001 1011111 101001

Color Harmonies of #7505CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505CE

Black with #7505CE

Text Example


Text Example

White with #7505CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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