Html Css Color HEX #65014B Tyrian Purple

📋 copy color: '#65014B'

red 101 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #65014B

Tints of Tyrian Purple #65014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 57.06%
G = 0.56%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#65014B (or 0x65014B) is known color: Tyrian Purple. HEX triplet: 65, 01 and 4B. RGB value is (101,1,75). Sum of RGB (Red+Green+Blue) = 101+1+75=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #65014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65014B is #9AFEB4. Grayscale: #272727. Windows color (decimal): -10157749 or 4915557. OLE color: 4915557.

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

Color convert

RGB 101 1 75 -
CMYK 0 0.99 0.26 0.60
HSL 315.6º 0.98% 0.2% -
HSV(B) 315.6º 0.99% 0.4% -
XYZ 6.65 3.3 6.94 -
YUV 39.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 101 1 75 0 0.99 0.26 0.60 315.6 0.98 0.2
Hex 65 1 4B 0 63 1A 3C 13C 62 14
Octal 145 1 113 0 143 32 74 474 142 24
Binary 1100101 1 1001011 0 1100011 11010 111100 100111100 1100010 10100

Color Harmonies of #65014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65014B

Black with #65014B

Text Example


Text Example

White with #65014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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