Html Css Color HEX #75065A Tyrian Purple

📋 copy color: '#75065A'

red 117 ◦ green 6 ◦ blue 90

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

Shades of Tyrian Purple #75065A

Tints of Tyrian Purple #75065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 90 (35.55% from 255) = 42.25%

R = 54.93%
G = 2.82%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75065A (or 0x75065A) is known color: Tyrian Purple. HEX triplet: 75, 06 and 5A. RGB value is (117,6,90). Sum of RGB (Red+Green+Blue) = 117+6+90=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75065A is #8AF9A5. Grayscale: #303030. Windows color (decimal): -9107878 or 5899893. OLE color: 5899893.

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

Color convert

RGB 117 6 90 -
CMYK 0 0.95 0.23 0.54
HSL 314.59º 0.9% 0.24% -
HSV(B) 314.59º 0.95% 0.46% -
XYZ 9.25 4.65 10.08 -
YUV 48.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 117 6 90 0 0.95 0.23 0.54 314.59 0.9 0.24
Hex 75 6 5A 0 5F 17 36 13B 5A 18
Octal 165 6 132 0 137 27 66 473 132 30
Binary 1110101 110 1011010 0 1011111 10111 110110 100111011 1011010 11000

Color Harmonies of #75065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75065A

Black with #75065A

Text Example


Text Example

White with #75065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,6,90); }

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

background-color css

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

 a { background-color: rgb(117,6,90); }

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

border-color css

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

 span { border-color: rgb(117,6,90); }

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