Html Css Color HEX #7510CF Dark Violet

📋 copy color: '#7510CF'

red 117 ◦ green 16 ◦ blue 207

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

Shades of Dark Violet #7510CF

Tints of Dark Violet #7510CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 34.41%
G = 4.71%
B = 60.88%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7510CF (or 0x7510CF) is known color: Dark Violet. HEX triplet: 75, 10 and CF. RGB value is (117,16,207). Sum of RGB (Red+Green+Blue) = 117+16+207=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #7510CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7510CF is #8AEF30. Grayscale: #434343. Windows color (decimal): -9105201 or 13570165. OLE color: 13570165.

HSL color Cylindrical-coordinate representation of color #7510CF: hue angle of 271.73º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7510CF is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 16 207 -
CMYK 0.43 0.92 0 0.19
HSL 271.73º 0.86% 0.44% -
HSV(B) 271.73º 0.92% 0.81% -
XYZ 18.78 8.66 59.71 -
YUV 67.97 206.46 162.97 -
System Red Green Blue C M Y K H S L
Decimal 117 16 207 0.43 0.92 0 0.19 271.73 0.86 0.44
Hex 75 10 CF 2B 5C 0 13 110 56 2C
Octal 165 20 317 53 134 0 23 420 126 54
Binary 1110101 10000 11001111 101011 1011100 0 10011 100010000 1010110 101100

Color Harmonies of #7510CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7510CF

Black with #7510CF

Text Example


Text Example

White with #7510CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7510CF; }

 p { color: rgb(117,16,207); }

 H1.HeaderClassName
 {
   color: #7510CF;
 }
 .AnyTagClassName
 {
   color: #7510CF;
 }
</style>

background-color css

<style>
 a { background-color: #7510CF; }

 a { background-color: rgb(117,16,207); }

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

border-color css

<style>
 span { border-color: #7510CF; }

 span { border-color: rgb(117,16,207); }

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