Html Css Color HEX #7507CC Dark Violet

📋 copy color: '#7507CC'

red 117 ◦ green 7 ◦ blue 204

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

Shades of Dark Violet #7507CC

Tints of Dark Violet #7507CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

 BLUE value IS 204 (80.08% from 255) = 62.2%

R = 35.67%
G = 2.13%
B = 62.2%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7507CC (or 0x7507CC) is known color: Dark Violet. HEX triplet: 75, 07 and CC. RGB value is (117,7,204). Sum of RGB (Red+Green+Blue) = 117+7+204=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #7507CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507CC is #8AF833. Grayscale: #3D3D3D. Windows color (decimal): -9107508 or 13371253. OLE color: 13371253.

HSL color Cylindrical-coordinate representation of color #7507CC: hue angle of 273.5º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7507CC is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 7 204 -
CMYK 0.43 0.97 0 0.2
HSL 273.5º 0.93% 0.41% -
HSV(B) 273.5º 0.97% 0.8% -
XYZ 18.31 8.29 57.76 -
YUV 62.35 207.94 166.98 -
System Red Green Blue C M Y K H S L
Decimal 117 7 204 0.43 0.97 0 0.2 273.5 0.93 0.41
Hex 75 7 CC 2B 61 0 14 112 5D 29
Octal 165 7 314 53 141 0 24 422 135 51
Binary 1110101 111 11001100 101011 1100001 0 10100 100010010 1011101 101001

Color Harmonies of #7507CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7507CC

Black with #7507CC

Text Example


Text Example

White with #7507CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7507CC; }

 p { color: rgb(117,7,204); }

 H1.HeaderClassName
 {
   color: #7507CC;
 }
 .AnyTagClassName
 {
   color: #7507CC;
 }
</style>

background-color css

<style>
 a { background-color: #7507CC; }

 a { background-color: rgb(117,7,204); }

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

border-color css

<style>
 span { border-color: #7507CC; }

 span { border-color: rgb(117,7,204); }

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