Html Css Color HEX #750652 Tyrian Purple

📋 copy color: '#750652'

red 117 ◦ green 6 ◦ blue 82

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

Shades of Tyrian Purple #750652

Tints of Tyrian Purple #750652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40%

R = 57.07%
G = 2.93%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#750652 (or 0x750652) is known color: Tyrian Purple. HEX triplet: 75, 06 and 52. RGB value is (117,6,82). Sum of RGB (Red+Green+Blue) = 117+6+82=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #750652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750652 is #8AF9AD. Grayscale: #2F2F2F. Windows color (decimal): -9107886 or 5375605. OLE color: 5375605.

HSL color Cylindrical-coordinate representation of color #750652: hue angle of 318.92º 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 #750652 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 82 -
CMYK 0 0.95 0.30 0.54
HSL 318.92º 0.9% 0.24% -
HSV(B) 318.92º 0.95% 0.46% -
XYZ 8.92 4.52 8.38 -
YUV 47.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 117 6 82 0 0.95 0.30 0.54 318.92 0.9 0.24
Hex 75 6 52 0 5F 1E 36 13F 5A 18
Octal 165 6 122 0 137 36 66 477 132 30
Binary 1110101 110 1010010 0 1011111 11110 110110 100111111 1011010 11000

Color Harmonies of #750652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750652

Black with #750652

Text Example


Text Example

White with #750652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750652; }

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

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

background-color css

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

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

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

border-color css

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

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

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