Html Css Color HEX #65002D Tyrian Purple

📋 copy color: '#65002D'

red 101 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #65002D

Tints of Tyrian Purple #65002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 30.82%

R = 69.18%
G = 0%
B = 30.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#65002D (or 0x65002D) is known color: Tyrian Purple. HEX triplet: 65, 00 and 2D. RGB value is (101,0,45). Sum of RGB (Red+Green+Blue) = 101+0+45=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #65002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65002D is #9AFFD2. Grayscale: #232323. Windows color (decimal): -10158035 or 2949221. OLE color: 2949221.

HSL color Cylindrical-coordinate representation of color #65002D: hue angle of 333.27º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65002D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 0 45 -
CMYK 0 1 0.55 0.60
HSL 333.27º 1% 0.2% -
HSV(B) 333.27º 1% 0.4% -
XYZ 5.84 2.96 2.75 -
YUV 35.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 101 0 45 0 1 0.55 0.60 333.27 1 0.2
Hex 65 0 2D 0 64 37 3C 14D 64 14
Octal 145 0 55 0 144 67 74 515 144 24
Binary 1100101 0 101101 0 1100100 110111 111100 101001101 1100100 10100

Color Harmonies of #65002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65002D

Black with #65002D

Text Example


Text Example

White with #65002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65002D; }

 p { color: rgb(101,0,45); }

 H1.HeaderClassName
 {
   color: #65002D;
 }
 .AnyTagClassName
 {
   color: #65002D;
 }
</style>

background-color css

<style>
 a { background-color: #65002D; }

 a { background-color: rgb(101,0,45); }

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

border-color css

<style>
 span { border-color: #65002D; }

 span { border-color: rgb(101,0,45); }

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