Html Css Color HEX #65024B Tyrian Purple

📋 copy color: '#65024B'

red 101 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #65024B

Tints of Tyrian Purple #65024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.13%

R = 56.74%
G = 1.12%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#65024B (or 0x65024B) is known color: Tyrian Purple. HEX triplet: 65, 02 and 4B. RGB value is (101,2,75). Sum of RGB (Red+Green+Blue) = 101+2+75=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65024B is #9AFDB4. Grayscale: #272727. Windows color (decimal): -10157493 or 4915813. OLE color: 4915813.

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

Color convert

RGB 101 2 75 -
CMYK 0 0.98 0.26 0.60
HSL 315.76º 0.96% 0.2% -
HSV(B) 315.76º 0.98% 0.4% -
XYZ 6.66 3.32 6.95 -
YUV 39.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 101 2 75 0 0.98 0.26 0.60 315.76 0.96 0.2
Hex 65 2 4B 0 62 1A 3C 13C 60 14
Octal 145 2 113 0 142 32 74 474 140 24
Binary 1100101 10 1001011 0 1100010 11010 111100 100111100 1100000 10100

Color Harmonies of #65024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65024B

Black with #65024B

Text Example


Text Example

White with #65024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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