Html Css Color HEX #65054C Tyrian Purple

📋 copy color: '#65054C'

red 101 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #65054C

Tints of Tyrian Purple #65054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 55.49%
G = 2.75%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#65054C (or 0x65054C) is known color: Tyrian Purple. HEX triplet: 65, 05 and 4C. RGB value is (101,5,76). Sum of RGB (Red+Green+Blue) = 101+5+76=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65054C is #9AFAB3. Grayscale: #292929. Windows color (decimal): -10156724 or 4982117. OLE color: 4982117.

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

Color convert

RGB 101 5 76 -
CMYK 0 0.95 0.25 0.60
HSL 315.63º 0.91% 0.21% -
HSV(B) 315.63º 0.95% 0.4% -
XYZ 6.73 3.4 7.14 -
YUV 41.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 101 5 76 0 0.95 0.25 0.60 315.63 0.91 0.21
Hex 65 5 4C 0 5F 19 3C 13C 5B 15
Octal 145 5 114 0 137 31 74 474 133 25
Binary 1100101 101 1001100 0 1011111 11001 111100 100111100 1011011 10101

Color Harmonies of #65054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65054C

Black with #65054C

Text Example


Text Example

White with #65054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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