Html Css Color HEX #65093C Tyrian Purple

📋 copy color: '#65093C'

red 101 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #65093C

Tints of Tyrian Purple #65093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 59.41%
G = 5.29%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#65093C (or 0x65093C) is known color: Tyrian Purple. HEX triplet: 65, 09 and 3C. RGB value is (101,9,60). Sum of RGB (Red+Green+Blue) = 101+9+60=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #65093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65093C is #9AF6C3. Grayscale: #2A2A2A. Windows color (decimal): -10155716 or 3934565. OLE color: 3934565.

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

Color convert

RGB 101 9 60 -
CMYK 0 0.91 0.41 0.60
HSL 326.74º 0.84% 0.22% -
HSV(B) 326.74º 0.91% 0.4% -
XYZ 6.28 3.29 4.58 -
YUV 42.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 101 9 60 0 0.91 0.41 0.60 326.74 0.84 0.22
Hex 65 9 3C 0 5B 29 3C 147 54 16
Octal 145 11 74 0 133 51 74 507 124 26
Binary 1100101 1001 111100 0 1011011 101001 111100 101000111 1010100 10110

Color Harmonies of #65093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65093C

Black with #65093C

Text Example


Text Example

White with #65093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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