Html Css Color HEX #75007B Purple

📋 copy color: '#75007B'

red 117 ◦ green 0 ◦ blue 123

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

Shades of Purple #75007B

Tints of Purple #75007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.25%

R = 48.75%
G = 0%
B = 51.25%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75007B (or 0x75007B) is known color: Purple. HEX triplet: 75, 00 and 7B. RGB value is (117,0,123). Sum of RGB (Red+Green+Blue) = 117+0+123=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #75007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75007B is #8AFF84. Grayscale: #303030. Windows color (decimal): -9109381 or 8061045. OLE color: 8061045.

HSL color Cylindrical-coordinate representation of color #75007B: hue angle of 297.07º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75007B is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 0 123 -
CMYK 0.05 1 0 0.52
HSL 297.07º 1% 0.24% -
HSV(B) 297.07º 1% 0.48% -
XYZ 10.91 5.21 19.17 -
YUV 49.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 117 0 123 0.05 1 0 0.52 297.07 1 0.24
Hex 75 0 7B 5 64 0 34 129 64 18
Octal 165 0 173 5 144 0 64 451 144 30
Binary 1110101 0 1111011 101 1100100 0 110100 100101001 1100100 11000

Color Harmonies of #75007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75007B

Black with #75007B

Text Example


Text Example

White with #75007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75007B; }

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

 H1.HeaderClassName
 {
   color: #75007B;
 }
 .AnyTagClassName
 {
   color: #75007B;
 }
</style>

background-color css

<style>
 a { background-color: #75007B; }

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

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

border-color css

<style>
 span { border-color: #75007B; }

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

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