Html Css Color HEX #7500CC Dark Violet

📋 copy color: '#7500CC'

red 117 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #7500CC

Tints of Dark Violet #7500CC

RGB

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

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

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

R = 36.45%
G = 0%
B = 63.55%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7500CC (or 0x7500CC) is known color: Dark Violet. HEX triplet: 75, 00 and CC. RGB value is (117,0,204). Sum of RGB (Red+Green+Blue) = 117+0+204=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #7500CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500CC is #8AFF33. Grayscale: #393939. Windows color (decimal): -9109300 or 13369461. OLE color: 13369461.

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

Color convert

RGB 117 0 204 -
CMYK 0.43 1 0 0.2
HSL 274.41º 1% 0.4% -
HSV(B) 274.41º 1% 0.8% -
XYZ 18.24 8.14 57.74 -
YUV 58.24 210.26 169.91 -
System Red Green Blue C M Y K H S L
Decimal 117 0 204 0.43 1 0 0.2 274.41 1 0.4
Hex 75 0 CC 2B 64 0 14 112 64 28
Octal 165 0 314 53 144 0 24 422 144 50
Binary 1110101 0 11001100 101011 1100100 0 10100 100010010 1100100 101000

Color Harmonies of #7500CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500CC

Black with #7500CC

Text Example


Text Example

White with #7500CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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