Html Css Color HEX #650C2F Tyrian Purple

📋 copy color: '#650C2F'

red 101 ◦ green 12 ◦ blue 47

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

Shades of Tyrian Purple #650C2F

Tints of Tyrian Purple #650C2F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.5%

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

R = 63.13%
G = 7.5%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#650C2F (or 0x650C2F) is known color: Tyrian Purple. HEX triplet: 65, 0C and 2F. RGB value is (101,12,47). Sum of RGB (Red+Green+Blue) = 101+12+47=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #650C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650C2F is #9AF3D0. Grayscale: #2A2A2A. Windows color (decimal): -10154961 or 3083365. OLE color: 3083365.

HSL color Cylindrical-coordinate representation of color #650C2F: hue angle of 336.4º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C2F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 12 47 -
CMYK 0 0.88 0.53 0.60
HSL 336.4º 0.79% 0.22% -
HSV(B) 336.4º 0.88% 0.4% -
XYZ 6.01 3.23 3 -
YUV 42.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 101 12 47 0 0.88 0.53 0.60 336.4 0.79 0.22
Hex 65 C 2F 0 58 35 3C 150 4F 16
Octal 145 14 57 0 130 65 74 520 117 26
Binary 1100101 1100 101111 0 1011000 110101 111100 101010000 1001111 10110

Color Harmonies of #650C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C2F

Black with #650C2F

Text Example


Text Example

White with #650C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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