Html Css Color HEX #65092B Tyrian Purple

📋 copy color: '#65092B'

red 101 ◦ green 9 ◦ blue 43

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

Shades of Tyrian Purple #65092B

Tints of Tyrian Purple #65092B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.88%

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

R = 66.01%
G = 5.88%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#65092B (or 0x65092B) is known color: Tyrian Purple. HEX triplet: 65, 09 and 2B. RGB value is (101,9,43). Sum of RGB (Red+Green+Blue) = 101+9+43=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #65092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65092B is #9AF6D4. Grayscale: #282828. Windows color (decimal): -10155733 or 2820453. OLE color: 2820453.

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

Color convert

RGB 101 9 43 -
CMYK 0 0.91 0.57 0.60
HSL 337.83º 0.84% 0.22% -
HSV(B) 337.83º 0.91% 0.4% -
XYZ 5.9 3.14 2.58 -
YUV 40.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 101 9 43 0 0.91 0.57 0.60 337.83 0.84 0.22
Hex 65 9 2B 0 5B 39 3C 152 54 16
Octal 145 11 53 0 133 71 74 522 124 26
Binary 1100101 1001 101011 0 1011011 111001 111100 101010010 1010100 10110

Color Harmonies of #65092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65092B

Black with #65092B

Text Example


Text Example

White with #65092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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