Html Css Color HEX #750B35 Tyrian Purple

📋 copy color: '#750B35'

red 117 ◦ green 11 ◦ blue 53

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

Shades of Tyrian Purple #750B35

Tints of Tyrian Purple #750B35

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.08%

 BLUE value IS 53 (21.09% from 255) = 29.28%

R = 64.64%
G = 6.08%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#750B35 (or 0x750B35) is known color: Tyrian Purple. HEX triplet: 75, 0B and 35. RGB value is (117,11,53). Sum of RGB (Red+Green+Blue) = 117+11+53=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #750B35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B35 is #8AF4CA. Grayscale: #2F2F2F. Windows color (decimal): -9106635 or 3476341. OLE color: 3476341.

HSL color Cylindrical-coordinate representation of color #750B35: hue angle of 336.23º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750B35 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 11 53 -
CMYK 0 0.91 0.55 0.54
HSL 336.23º 0.83% 0.25% -
HSV(B) 336.23º 0.91% 0.46% -
XYZ 8.1 4.28 3.77 -
YUV 47.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 117 11 53 0 0.91 0.55 0.54 336.23 0.83 0.25
Hex 75 B 35 0 5B 37 36 150 53 19
Octal 165 13 65 0 133 67 66 520 123 31
Binary 1110101 1011 110101 0 1011011 110111 110110 101010000 1010011 11001

Color Harmonies of #750B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B35

Black with #750B35

Text Example


Text Example

White with #750B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750B35; }

 p { color: rgb(117,11,53); }

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

background-color css

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

 a { background-color: rgb(117,11,53); }

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

border-color css

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

 span { border-color: rgb(117,11,53); }

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