Html Css Color HEX #65082B Tyrian Purple

📋 copy color: '#65082B'

red 101 ◦ green 8 ◦ blue 43

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

Shades of Tyrian Purple #65082B

Tints of Tyrian Purple #65082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

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

R = 66.45%
G = 5.26%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#65082B (or 0x65082B) is known color: Tyrian Purple. HEX triplet: 65, 08 and 2B. RGB value is (101,8,43). Sum of RGB (Red+Green+Blue) = 101+8+43=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #65082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65082B is #9AF7D4. Grayscale: #272727. Windows color (decimal): -10155989 or 2820197. OLE color: 2820197.

HSL color Cylindrical-coordinate representation of color #65082B: hue angle of 337.42º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65082B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 8 43 -
CMYK 0 0.92 0.57 0.60
HSL 337.42º 0.85% 0.21% -
HSV(B) 337.42º 0.92% 0.4% -
XYZ 5.89 3.11 2.58 -
YUV 39.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 101 8 43 0 0.92 0.57 0.60 337.42 0.85 0.21
Hex 65 8 2B 0 5C 39 3C 151 55 15
Octal 145 10 53 0 134 71 74 521 125 25
Binary 1100101 1000 101011 0 1011100 111001 111100 101010001 1010101 10101

Color Harmonies of #65082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65082B

Black with #65082B

Text Example


Text Example

White with #65082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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