Html Css Color HEX #65062B Tyrian Purple

📋 copy color: '#65062B'

red 101 ◦ green 6 ◦ blue 43

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

Shades of Tyrian Purple #65062B

Tints of Tyrian Purple #65062B

RGB

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

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

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

R = 67.33%
G = 4%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#65062B (or 0x65062B) is known color: Tyrian Purple. HEX triplet: 65, 06 and 2B. RGB value is (101,6,43). Sum of RGB (Red+Green+Blue) = 101+6+43=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #65062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65062B is #9AF9D4. Grayscale: #262626. Windows color (decimal): -10156501 or 2819685. OLE color: 2819685.

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

Color convert

RGB 101 6 43 -
CMYK 0 0.94 0.57 0.60
HSL 336.63º 0.89% 0.21% -
HSV(B) 336.63º 0.94% 0.4% -
XYZ 5.87 3.07 2.57 -
YUV 38.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 101 6 43 0 0.94 0.57 0.60 336.63 0.89 0.21
Hex 65 6 2B 0 5E 39 3C 151 59 15
Octal 145 6 53 0 136 71 74 521 131 25
Binary 1100101 110 101011 0 1011110 111001 111100 101010001 1011001 10101

Color Harmonies of #65062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65062B

Black with #65062B

Text Example


Text Example

White with #65062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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