Html Css Color HEX #65024F Tyrian Purple

📋 copy color: '#65024F'

red 101 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #65024F

Tints of Tyrian Purple #65024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.41%

R = 55.49%
G = 1.1%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#65024F (or 0x65024F) is known color: Tyrian Purple. HEX triplet: 65, 02 and 4F. RGB value is (101,2,79). Sum of RGB (Red+Green+Blue) = 101+2+79=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65024F is #9AFDB0. Grayscale: #282828. Windows color (decimal): -10157489 or 5177957. OLE color: 5177957.

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

Color convert

RGB 101 2 79 -
CMYK 0 0.98 0.22 0.60
HSL 313.33º 0.96% 0.2% -
HSV(B) 313.33º 0.98% 0.4% -
XYZ 6.8 3.37 7.69 -
YUV 40.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 101 2 79 0 0.98 0.22 0.60 313.33 0.96 0.2
Hex 65 2 4F 0 62 16 3C 139 60 14
Octal 145 2 117 0 142 26 74 471 140 24
Binary 1100101 10 1001111 0 1100010 10110 111100 100111001 1100000 10100

Color Harmonies of #65024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65024F

Black with #65024F

Text Example


Text Example

White with #65024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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