Html Css Color HEX #65044C Tyrian Purple

📋 copy color: '#65044C'

red 101 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #65044C

Tints of Tyrian Purple #65044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

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

R = 55.8%
G = 2.21%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#65044C (or 0x65044C) is known color: Tyrian Purple. HEX triplet: 65, 04 and 4C. RGB value is (101,4,76). Sum of RGB (Red+Green+Blue) = 101+4+76=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65044C is #9AFBB3. Grayscale: #292929. Windows color (decimal): -10156980 or 4981861. OLE color: 4981861.

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

Color convert

RGB 101 4 76 -
CMYK 0 0.96 0.25 0.60
HSL 315.46º 0.92% 0.21% -
HSV(B) 315.46º 0.96% 0.4% -
XYZ 6.71 3.38 7.14 -
YUV 41.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 101 4 76 0 0.96 0.25 0.60 315.46 0.92 0.21
Hex 65 4 4C 0 60 19 3C 13B 5C 15
Octal 145 4 114 0 140 31 74 473 134 25
Binary 1100101 100 1001100 0 1100000 11001 111100 100111011 1011100 10101

Color Harmonies of #65044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65044C

Black with #65044C

Text Example


Text Example

White with #65044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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