Html Css Color HEX #65052D Tyrian Purple

📋 copy color: '#65052D'

red 101 ◦ green 5 ◦ blue 45

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

Shades of Tyrian Purple #65052D

Tints of Tyrian Purple #65052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.8%

R = 66.89%
G = 3.31%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#65052D (or 0x65052D) is known color: Tyrian Purple. HEX triplet: 65, 05 and 2D. RGB value is (101,5,45). Sum of RGB (Red+Green+Blue) = 101+5+45=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #65052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65052D is #9AFAD2. Grayscale: #262626. Windows color (decimal): -10156755 or 2950501. OLE color: 2950501.

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

Color convert

RGB 101 5 45 -
CMYK 0 0.95 0.55 0.60
HSL 335º 0.91% 0.21% -
HSV(B) 335º 0.95% 0.4% -
XYZ 5.89 3.06 2.76 -
YUV 38.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 101 5 45 0 0.95 0.55 0.60 335 0.91 0.21
Hex 65 5 2D 0 5F 37 3C 14F 5B 15
Octal 145 5 55 0 137 67 74 517 133 25
Binary 1100101 101 101101 0 1011111 110111 111100 101001111 1011011 10101

Color Harmonies of #65052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65052D

Black with #65052D

Text Example


Text Example

White with #65052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65052D; }

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

 H1.HeaderClassName
 {
   color: #65052D;
 }
 .AnyTagClassName
 {
   color: #65052D;
 }
</style>

background-color css

<style>
 a { background-color: #65052D; }

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

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

border-color css

<style>
 span { border-color: #65052D; }

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

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