Html Css Color HEX #65024C Tyrian Purple

📋 copy color: '#65024C'

red 101 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #65024C

Tints of Tyrian Purple #65024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.46%

R = 56.42%
G = 1.12%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#65024C (or 0x65024C) is known color: Tyrian Purple. HEX triplet: 65, 02 and 4C. RGB value is (101,2,76). Sum of RGB (Red+Green+Blue) = 101+2+76=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65024C is #9AFDB3. Grayscale: #272727. Windows color (decimal): -10157492 or 4981349. OLE color: 4981349.

HSL color Cylindrical-coordinate representation of color #65024C: hue angle of 315.15º 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 #65024C is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 2 76 -
CMYK 0 0.98 0.25 0.60
HSL 315.15º 0.96% 0.2% -
HSV(B) 315.15º 0.98% 0.4% -
XYZ 6.69 3.33 7.13 -
YUV 40.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 101 2 76 0 0.98 0.25 0.60 315.15 0.96 0.2
Hex 65 2 4C 0 62 19 3C 13B 60 14
Octal 145 2 114 0 142 31 74 473 140 24
Binary 1100101 10 1001100 0 1100010 11001 111100 100111011 1100000 10100

Color Harmonies of #65024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65024C

Black with #65024C

Text Example


Text Example

White with #65024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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