Html Css Color HEX #7500CB Dark Violet

📋 copy color: '#7500CB'

red 117 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #7500CB

Tints of Dark Violet #7500CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.44%

R = 36.56%
G = 0%
B = 63.44%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7500CB (or 0x7500CB) is known color: Dark Violet. HEX triplet: 75, 00 and CB. RGB value is (117,0,203). Sum of RGB (Red+Green+Blue) = 117+0+203=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #7500CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500CB is #8AFF34. Grayscale: #393939. Windows color (decimal): -9109301 or 13303925. OLE color: 13303925.

HSL color Cylindrical-coordinate representation of color #7500CB: hue angle of 274.58º 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 #7500CB is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 0 203 -
CMYK 0.42 1 0 0.20
HSL 274.58º 1% 0.4% -
HSV(B) 274.58º 1% 0.8% -
XYZ 18.12 8.09 57.11 -
YUV 58.13 209.76 169.99 -
System Red Green Blue C M Y K H S L
Decimal 117 0 203 0.42 1 0 0.20 274.58 1 0.4
Hex 75 0 CB 2A 64 0 14 113 64 28
Octal 165 0 313 52 144 0 24 423 144 50
Binary 1110101 0 11001011 101010 1100100 0 10100 100010011 1100100 101000

Color Harmonies of #7500CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500CB

Black with #7500CB

Text Example


Text Example

White with #7500CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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