Html Css Color HEX #650127 Tyrian Purple

📋 copy color: '#650127'

red 101 ◦ green 1 ◦ blue 39

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

Shades of Tyrian Purple #650127

Tints of Tyrian Purple #650127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 71.63%
G = 0.71%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#650127 (or 0x650127) is known color: Tyrian Purple. HEX triplet: 65, 01 and 27. RGB value is (101,1,39). Sum of RGB (Red+Green+Blue) = 101+1+39=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #650127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650127 is #9AFED8. Grayscale: #232323. Windows color (decimal): -10157785 or 2556261. OLE color: 2556261.

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

Color convert

RGB 101 1 39 -
CMYK 0 0.99 0.61 0.60
HSL 337.2º 0.98% 0.2% -
HSV(B) 337.2º 0.99% 0.4% -
XYZ 5.74 2.93 2.18 -
YUV 35.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 101 1 39 0 0.99 0.61 0.60 337.2 0.98 0.2
Hex 65 1 27 0 63 3D 3C 151 62 14
Octal 145 1 47 0 143 75 74 521 142 24
Binary 1100101 1 100111 0 1100011 111101 111100 101010001 1100010 10100

Color Harmonies of #650127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650127

Black with #650127

Text Example


Text Example

White with #650127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650127; }

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

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

background-color css

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

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

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

border-color css

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

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

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