Html Css Color HEX #65062E Tyrian Purple

📋 copy color: '#65062E'

red 101 ◦ green 6 ◦ blue 46

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

Shades of Tyrian Purple #65062E

Tints of Tyrian Purple #65062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 66.01%
G = 3.92%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#65062E (or 0x65062E) is known color: Tyrian Purple. HEX triplet: 65, 06 and 2E. RGB value is (101,6,46). Sum of RGB (Red+Green+Blue) = 101+6+46=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #65062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65062E is #9AF9D1. Grayscale: #262626. Windows color (decimal): -10156498 or 3016293. OLE color: 3016293.

HSL color Cylindrical-coordinate representation of color #65062E: hue angle of 334.74º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65062E is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 6 46 -
CMYK 0 0.94 0.54 0.60
HSL 334.74º 0.89% 0.21% -
HSV(B) 334.74º 0.94% 0.4% -
XYZ 5.93 3.09 2.87 -
YUV 38.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 101 6 46 0 0.94 0.54 0.60 334.74 0.89 0.21
Hex 65 6 2E 0 5E 36 3C 14F 59 15
Octal 145 6 56 0 136 66 74 517 131 25
Binary 1100101 110 101110 0 1011110 110110 111100 101001111 1011001 10101

Color Harmonies of #65062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65062E

Black with #65062E

Text Example


Text Example

White with #65062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65062E; }

 p { color: rgb(101,6,46); }

 H1.HeaderClassName
 {
   color: #65062E;
 }
 .AnyTagClassName
 {
   color: #65062E;
 }
</style>

background-color css

<style>
 a { background-color: #65062E; }

 a { background-color: rgb(101,6,46); }

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

border-color css

<style>
 span { border-color: #65062E; }

 span { border-color: rgb(101,6,46); }

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