Html Css Color HEX #7501CF Dark Violet

📋 copy color: '#7501CF'

red 117 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #7501CF

Tints of Dark Violet #7501CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 36%
G = 0.31%
B = 63.69%

CMYK

 C value IS 0.43

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7501CF (or 0x7501CF) is known color: Dark Violet. HEX triplet: 75, 01 and CF. RGB value is (117,1,207). Sum of RGB (Red+Green+Blue) = 117+1+207=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #7501CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7501CF is #8AFE30. Grayscale: #3A3A3A. Windows color (decimal): -9109041 or 13566325. OLE color: 13566325.

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

Color convert

RGB 117 1 207 -
CMYK 0.43 1.00 0 0.19
HSL 273.79º 0.99% 0.41% -
HSV(B) 273.79º 1% 0.81% -
XYZ 18.61 8.31 59.65 -
YUV 59.17 211.43 169.25 -
System Red Green Blue C M Y K H S L
Decimal 117 1 207 0.43 1.00 0 0.19 273.79 0.99 0.41
Hex 75 1 CF 2B 64 0 13 112 63 29
Octal 165 1 317 53 144 0 23 422 143 51
Binary 1110101 1 11001111 101011 1100100 0 10011 100010010 1100011 101001

Color Harmonies of #7501CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7501CF

Black with #7501CF

Text Example


Text Example

White with #7501CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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