Html Css Color HEX #65052C Tyrian Purple

📋 copy color: '#65052C'

red 101 ◦ green 5 ◦ blue 44

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

Shades of Tyrian Purple #65052C

Tints of Tyrian Purple #65052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 67.33%
G = 3.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#65052C (or 0x65052C) is known color: Tyrian Purple. HEX triplet: 65, 05 and 2C. RGB value is (101,5,44). Sum of RGB (Red+Green+Blue) = 101+5+44=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #65052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65052C is #9AFAD3. Grayscale: #262626. Windows color (decimal): -10156756 or 2884965. OLE color: 2884965.

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

Color convert

RGB 101 5 44 -
CMYK 0 0.95 0.56 0.60
HSL 335.63º 0.91% 0.21% -
HSV(B) 335.63º 0.95% 0.4% -
XYZ 5.88 3.06 2.66 -
YUV 38.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 101 5 44 0 0.95 0.56 0.60 335.63 0.91 0.21
Hex 65 5 2C 0 5F 38 3C 150 5B 15
Octal 145 5 54 0 137 70 74 520 133 25
Binary 1100101 101 101100 0 1011111 111000 111100 101010000 1011011 10101

Color Harmonies of #65052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65052C

Black with #65052C

Text Example


Text Example

White with #65052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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