Html Css Color HEX #650228 Tyrian Purple

📋 copy color: '#650228'

red 101 ◦ green 2 ◦ blue 40

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

Shades of Tyrian Purple #650228

Tints of Tyrian Purple #650228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.97%

R = 70.63%
G = 1.4%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#650228 (or 0x650228) is known color: Tyrian Purple. HEX triplet: 65, 02 and 28. RGB value is (101,2,40). Sum of RGB (Red+Green+Blue) = 101+2+40=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #650228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650228 is #9AFDD7. Grayscale: #232323. Windows color (decimal): -10157528 or 2622053. OLE color: 2622053.

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

Color convert

RGB 101 2 40 -
CMYK 0 0.98 0.60 0.60
HSL 336.97º 0.96% 0.2% -
HSV(B) 336.97º 0.98% 0.4% -
XYZ 5.77 2.96 2.28 -
YUV 35.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 101 2 40 0 0.98 0.60 0.60 336.97 0.96 0.2
Hex 65 2 28 0 62 3C 3C 151 60 14
Octal 145 2 50 0 142 74 74 521 140 24
Binary 1100101 10 101000 0 1100010 111100 111100 101010001 1100000 10100

Color Harmonies of #650228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650228

Black with #650228

Text Example


Text Example

White with #650228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650228; }

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

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

background-color css

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

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

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

border-color css

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

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

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