Html Css Color HEX #65074C Tyrian Purple

📋 copy color: '#65074C'

red 101 ◦ green 7 ◦ blue 76

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

Shades of Tyrian Purple #65074C

Tints of Tyrian Purple #65074C

RGB

 RED value IS 101 (39.84% from 255) = 54.89%

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 76 (30.08% from 255) = 41.3%

R = 54.89%
G = 3.8%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#65074C (or 0x65074C) is known color: Tyrian Purple. HEX triplet: 65, 07 and 4C. RGB value is (101,7,76). Sum of RGB (Red+Green+Blue) = 101+7+76=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65074C is #9AF8B3. Grayscale: #2A2A2A. Windows color (decimal): -10156212 or 4982629. OLE color: 4982629.

HSL color Cylindrical-coordinate representation of color #65074C: hue angle of 315.96º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65074C is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 7 76 -
CMYK 0 0.93 0.25 0.60
HSL 315.96º 0.87% 0.21% -
HSV(B) 315.96º 0.93% 0.4% -
XYZ 6.75 3.44 7.15 -
YUV 42.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 101 7 76 0 0.93 0.25 0.60 315.96 0.87 0.21
Hex 65 7 4C 0 5D 19 3C 13C 57 15
Octal 145 7 114 0 135 31 74 474 127 25
Binary 1100101 111 1001100 0 1011101 11001 111100 100111100 1010111 10101

Color Harmonies of #65074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65074C

Black with #65074C

Text Example


Text Example

White with #65074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65074C; }

 p { color: rgb(101,7,76); }

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

background-color css

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

 a { background-color: rgb(101,7,76); }

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

border-color css

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

 span { border-color: rgb(101,7,76); }

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