Html Css Color HEX #65012B Tyrian Purple

📋 copy color: '#65012B'

red 101 ◦ green 1 ◦ blue 43

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

Shades of Tyrian Purple #65012B

Tints of Tyrian Purple #65012B

RGB

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

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

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

R = 69.66%
G = 0.69%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#65012B (or 0x65012B) is known color: Tyrian Purple. HEX triplet: 65, 01 and 2B. RGB value is (101,1,43). Sum of RGB (Red+Green+Blue) = 101+1+43=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65012B is #9AFED4. Grayscale: #232323. Windows color (decimal): -10157781 or 2818405. OLE color: 2818405.

HSL color Cylindrical-coordinate representation of color #65012B: hue angle of 334.8º 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 #65012B is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 1 43 -
CMYK 0 0.99 0.57 0.60
HSL 334.8º 0.98% 0.2% -
HSV(B) 334.8º 0.99% 0.4% -
XYZ 5.81 2.96 2.55 -
YUV 35.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 101 1 43 0 0.99 0.57 0.60 334.8 0.98 0.2
Hex 65 1 2B 0 63 39 3C 14F 62 14
Octal 145 1 53 0 143 71 74 517 142 24
Binary 1100101 1 101011 0 1100011 111001 111100 101001111 1100010 10100

Color Harmonies of #65012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65012B

Black with #65012B

Text Example


Text Example

White with #65012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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