Html Css Color HEX #75006A Purple

📋 copy color: '#75006A'

red 117 ◦ green 0 ◦ blue 106

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

Shades of Purple #75006A

Tints of Purple #75006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.53%

R = 52.47%
G = 0%
B = 47.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75006A (or 0x75006A) is known color: Purple. HEX triplet: 75, 00 and 6A. RGB value is (117,0,106). Sum of RGB (Red+Green+Blue) = 117+0+106=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #75006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75006A is #8AFF95. Grayscale: #2E2E2E. Windows color (decimal): -9109398 or 6946933. OLE color: 6946933.

HSL color Cylindrical-coordinate representation of color #75006A: hue angle of 305.64º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75006A is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 106 -
CMYK 0 1 0.09 0.54
HSL 305.64º 1% 0.23% -
HSV(B) 305.64º 1% 0.46% -
XYZ 9.94 4.82 14.04 -
YUV 47.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 117 0 106 0 1 0.09 0.54 305.64 1 0.23
Hex 75 0 6A 0 64 9 36 132 64 17
Octal 165 0 152 0 144 11 66 462 144 27
Binary 1110101 0 1101010 0 1100100 1001 110110 100110010 1100100 10111

Color Harmonies of #75006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75006A

Black with #75006A

Text Example


Text Example

White with #75006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75006A; }

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

 H1.HeaderClassName
 {
   color: #75006A;
 }
 .AnyTagClassName
 {
   color: #75006A;
 }
</style>

background-color css

<style>
 a { background-color: #75006A; }

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

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

border-color css

<style>
 span { border-color: #75006A; }

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

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