Html Css Color HEX #65042B Tyrian Purple

📋 copy color: '#65042B'

red 101 ◦ green 4 ◦ blue 43

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

Shades of Tyrian Purple #65042B

Tints of Tyrian Purple #65042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.05%

R = 68.24%
G = 2.7%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#65042B (or 0x65042B) is known color: Tyrian Purple. HEX triplet: 65, 04 and 2B. RGB value is (101,4,43). Sum of RGB (Red+Green+Blue) = 101+4+43=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #65042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65042B is #9AFBD4. Grayscale: #252525. Windows color (decimal): -10157013 or 2819173. OLE color: 2819173.

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

Color convert

RGB 101 4 43 -
CMYK 0 0.96 0.57 0.60
HSL 335.88º 0.92% 0.21% -
HSV(B) 335.88º 0.96% 0.4% -
XYZ 5.85 3.03 2.56 -
YUV 37.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 101 4 43 0 0.96 0.57 0.60 335.88 0.92 0.21
Hex 65 4 2B 0 60 39 3C 150 5C 15
Octal 145 4 53 0 140 71 74 520 134 25
Binary 1100101 100 101011 0 1100000 111001 111100 101010000 1011100 10101

Color Harmonies of #65042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65042B

Black with #65042B

Text Example


Text Example

White with #65042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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