Html Css Color HEX #65092A Tyrian Purple

📋 copy color: '#65092A'

red 101 ◦ green 9 ◦ blue 42

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

Shades of Tyrian Purple #65092A

Tints of Tyrian Purple #65092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.63%

R = 66.45%
G = 5.92%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#65092A (or 0x65092A) is known color: Tyrian Purple. HEX triplet: 65, 09 and 2A. RGB value is (101,9,42). Sum of RGB (Red+Green+Blue) = 101+9+42=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #65092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65092A is #9AF6D5. Grayscale: #282828. Windows color (decimal): -10155734 or 2754917. OLE color: 2754917.

HSL color Cylindrical-coordinate representation of color #65092A: hue angle of 338.48º 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 #65092A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 9 42 -
CMYK 0 0.91 0.58 0.60
HSL 338.48º 0.84% 0.22% -
HSV(B) 338.48º 0.91% 0.4% -
XYZ 5.88 3.13 2.48 -
YUV 40.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 101 9 42 0 0.91 0.58 0.60 338.48 0.84 0.22
Hex 65 9 2A 0 5B 3A 3C 152 54 16
Octal 145 11 52 0 133 72 74 522 124 26
Binary 1100101 1001 101010 0 1011011 111010 111100 101010010 1010100 10110

Color Harmonies of #65092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65092A

Black with #65092A

Text Example


Text Example

White with #65092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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