Html Css Color HEX #7500CF Dark Violet

📋 copy color: '#7500CF'

red 117 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #7500CF

Tints of Dark Violet #7500CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.11%
G = 0%
B = 63.89%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7500CF (or 0x7500CF) is known color: Dark Violet. HEX triplet: 75, 00 and CF. RGB value is (117,0,207). Sum of RGB (Red+Green+Blue) = 117+0+207=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #7500CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500CF is #8AFF30. Grayscale: #393939. Windows color (decimal): -9109297 or 13566069. OLE color: 13566069.

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

Color convert

RGB 117 0 207 -
CMYK 0.43 1 0 0.19
HSL 273.91º 1% 0.41% -
HSV(B) 273.91º 1% 0.81% -
XYZ 18.6 8.29 59.65 -
YUV 58.58 211.76 169.67 -
System Red Green Blue C M Y K H S L
Decimal 117 0 207 0.43 1 0 0.19 273.91 1 0.41
Hex 75 0 CF 2B 64 0 13 112 64 29
Octal 165 0 317 53 144 0 23 422 144 51
Binary 1110101 0 11001111 101011 1100100 0 10011 100010010 1100100 101001

Color Harmonies of #7500CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500CF

Black with #7500CF

Text Example


Text Example

White with #7500CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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