Html Css Color HEX #65024E Tyrian Purple

📋 copy color: '#65024E'

red 101 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #65024E

Tints of Tyrian Purple #65024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 78 (30.86% from 255) = 43.09%

R = 55.8%
G = 1.1%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#65024E (or 0x65024E) is known color: Tyrian Purple. HEX triplet: 65, 02 and 4E. RGB value is (101,2,78). Sum of RGB (Red+Green+Blue) = 101+2+78=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65024E is #9AFDB1. Grayscale: #282828. Windows color (decimal): -10157490 or 5112421. OLE color: 5112421.

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

Color convert

RGB 101 2 78 -
CMYK 0 0.98 0.23 0.60
HSL 313.94º 0.96% 0.2% -
HSV(B) 313.94º 0.98% 0.4% -
XYZ 6.76 3.36 7.5 -
YUV 40.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 101 2 78 0 0.98 0.23 0.60 313.94 0.96 0.2
Hex 65 2 4E 0 62 17 3C 13A 60 14
Octal 145 2 116 0 142 27 74 472 140 24
Binary 1100101 10 1001110 0 1100010 10111 111100 100111010 1100000 10100

Color Harmonies of #65024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65024E

Black with #65024E

Text Example


Text Example

White with #65024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,2,78); }

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

background-color css

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

 a { background-color: rgb(101,2,78); }

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

border-color css

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

 span { border-color: rgb(101,2,78); }

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