Html Css Color HEX #65012E Tyrian Purple

📋 copy color: '#65012E'

red 101 ◦ green 1 ◦ blue 46

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

Shades of Tyrian Purple #65012E

Tints of Tyrian Purple #65012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 68.24%
G = 0.68%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#65012E (or 0x65012E) is known color: Tyrian Purple. HEX triplet: 65, 01 and 2E. RGB value is (101,1,46). Sum of RGB (Red+Green+Blue) = 101+1+46=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #65012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65012E is #9AFED1. Grayscale: #232323. Windows color (decimal): -10157778 or 3015013. OLE color: 3015013.

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

Color convert

RGB 101 1 46 -
CMYK 0 0.99 0.54 0.60
HSL 333º 0.98% 0.2% -
HSV(B) 333º 0.99% 0.4% -
XYZ 5.87 2.99 2.85 -
YUV 36.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 101 1 46 0 0.99 0.54 0.60 333 0.98 0.2
Hex 65 1 2E 0 63 36 3C 14D 62 14
Octal 145 1 56 0 143 66 74 515 142 24
Binary 1100101 1 101110 0 1100011 110110 111100 101001101 1100010 10100

Color Harmonies of #65012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65012E

Black with #65012E

Text Example


Text Example

White with #65012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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