Html Css Color HEX #65022F Tyrian Purple

📋 copy color: '#65022F'

red 101 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #65022F

Tints of Tyrian Purple #65022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 67.33%
G = 1.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#65022F (or 0x65022F) is known color: Tyrian Purple. HEX triplet: 65, 02 and 2F. RGB value is (101,2,47). Sum of RGB (Red+Green+Blue) = 101+2+47=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #65022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65022F is #9AFDD0. Grayscale: #242424. Windows color (decimal): -10157521 or 3080805. OLE color: 3080805.

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

Color convert

RGB 101 2 47 -
CMYK 0 0.98 0.53 0.60
HSL 332.73º 0.96% 0.2% -
HSV(B) 332.73º 0.98% 0.4% -
XYZ 5.9 3.02 2.96 -
YUV 36.73 133.8 173.84 -
System Red Green Blue C M Y K H S L
Decimal 101 2 47 0 0.98 0.53 0.60 332.73 0.96 0.2
Hex 65 2 2F 0 62 35 3C 14D 60 14
Octal 145 2 57 0 142 65 74 515 140 24
Binary 1100101 10 101111 0 1100010 110101 111100 101001101 1100000 10100

Color Harmonies of #65022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65022F

Black with #65022F

Text Example


Text Example

White with #65022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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