Html Css Color HEX #65054B Tyrian Purple

📋 copy color: '#65054B'

red 101 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #65054B

Tints of Tyrian Purple #65054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 55.8%
G = 2.76%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#65054B (or 0x65054B) is known color: Tyrian Purple. HEX triplet: 65, 05 and 4B. RGB value is (101,5,75). Sum of RGB (Red+Green+Blue) = 101+5+75=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65054B is #9AFAB4. Grayscale: #292929. Windows color (decimal): -10156725 or 4916581. OLE color: 4916581.

HSL color Cylindrical-coordinate representation of color #65054B: hue angle of 316.25º 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 #65054B is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 75 -
CMYK 0 0.95 0.26 0.60
HSL 316.25º 0.91% 0.21% -
HSV(B) 316.25º 0.95% 0.4% -
XYZ 6.69 3.38 6.96 -
YUV 41.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 101 5 75 0 0.95 0.26 0.60 316.25 0.91 0.21
Hex 65 5 4B 0 5F 1A 3C 13C 5B 15
Octal 145 5 113 0 137 32 74 474 133 25
Binary 1100101 101 1001011 0 1011111 11010 111100 100111100 1011011 10101

Color Harmonies of #65054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65054B

Black with #65054B

Text Example


Text Example

White with #65054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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